summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2009-08-30 00:07:20 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2009-08-30 00:07:20 +0000
commite32d44988ab41f6d8aab82990815d6f3db1481da (patch)
treef073596f11bb2de320c12fd855f5faa03adf913c /CHANGES
parent41efc9145e91dbcd7a331842d11f35bf032feae4 (diff)
downloadpyyaml-e32d44988ab41f6d8aab82990815d6f3db1481da.tar.gz
Preparing the next release.
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@360 18f92427-320e-0410-9341-c67f048884a3
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c44abfd..7593fc3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,22 @@
For a complete Subversion changelog, see 'http://pyyaml.org/log/pyyaml'.
+3.09 (2009-08-31)
+-----------------
+
+* Fixed an obscure scanner error not reported when there is
+ no line break at the end of the stream (Thank to Ingy).
+* Fixed use of uninitialized memory when emitting anchors with
+ LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com).
+* Fixed emitting incorrect BOM characters for UTF-16 (Thank to
+ Valentin Nechayev)
+* Fixed the emitter for folded scalars not respecting the preferred
+ line width (Thank to Ingy).
+* Fixed a subtle ordering issue with emitting '%TAG' directives
+ (Thank to Andrey Somov).
+* Fixed performance regression with LibYAML bindings.
+
+
3.08 (2008-12-31)
-----------------