summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-02-07 12:52:03 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-02-07 12:52:03 +0100
commit9cac97741700ce42c46d11b57d349faab250ff13 (patch)
treeb91786c0b9cbb16d8ab70863f623fe801659e8b5
parent6c090d7180fc08604f77788911ed89135b3008f9 (diff)
downloadruamel.yaml-9cac97741700ce42c46d11b57d349faab250ff13.tar.gz
fix issued #187
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7da68db..6f0aba1 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,10 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+NEXT:
+ - fix issue 187, incompatibility of C extension with 3.7 (reported by
+ Daniel Blanchard)
+
0.15.35 (2017-12-03):
- allow ``None`` as stream when specifying ``transform`` parameters to
``YAML.dump()``.