summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5715b552b4..7b05b9ef89 100644
--- a/NEWS
+++ b/NEWS
@@ -172,6 +172,10 @@ with all sufficient information, see the ChangeLog file.
private key to PEM with a password - it has to be at least four characters
long.
+* yaml
+ * Syck has been removed. YAML now completely depends on libyaml being
+ installed.
+
=== Language changes
* Added %i and %I for symbol list creation (similar to %w and %W).