summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2209b83..c44abfd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
For a complete Subversion changelog, see 'http://pyyaml.org/log/pyyaml'.
+3.08 (2008-12-31)
+-----------------
+
+* Python 3 support (Thank to Erick Tryzelaar).
+* Use Cython instead of Pyrex to build LibYAML bindings.
+* Refactored support for unicode and byte input/output streams.
+
+
3.07 (2008-12-29)
-----------------