summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsmtkk <hsmtkk@gmail.com>2017-08-27 19:44:04 +0900
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-09-11 19:22:44 -0500
commit802c4a6dac5b0a02ba670dba20d5c8d6b7fe5a5e (patch)
treebc50a93e83aafdaa1733bbe2587346c45e12263b
parentbbcf95fa051fdba9bbf879332e2f7999b195cf95 (diff)
downloadpyyaml-git-802c4a6dac5b0a02ba670dba20d5c8d6b7fe5a5e.tar.gz
add 3.12 changelog
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 500c696..141e115 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
For a complete Mercurial changelog, see
'https://bitbucket.org/xi/pyyaml/commits'.
+3.12 (2016-08-28)
+-----------------
+
+* Wheel packages for Windows binaries.
+* Adding an implicit resolver to a derived loader should not affect the base loader.
+* Uniform representation for OrderedDict? across different versions of Python.
+* Fixed comparison to None warning.
+
3.11 (2014-03-26)
-----------------