summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2016-08-19 15:28:01 +0200
committerAnthon van der Neut <anthon@mnt.org>2016-08-19 15:28:01 +0200
commitaa92bed64434bb40639ae5cb7ba21b9d34674336 (patch)
tree3a65f0acd51676ac061aeee40142cabcafac14d4
parent84cc3e23b6c68cfcb25a320657b6c606a29232e1 (diff)
downloadruamel.yaml-aa92bed64434bb40639ae5cb7ba21b9d34674336.tar.gz
fix for issue 440.12.4
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 7a303d7..1be8309 100644
--- a/README.rst
+++ b/README.rst
@@ -18,6 +18,10 @@ ChangeLog
::
+ 0.12.4 (2016-08-19):
+ - Fix for issue 44: missing preserve_quotes keyword argument (reported
+ by M. Crusoe)
+
0.12.3 (2016-08-17):
- correct 'in' operation for merged CommentedMaps in round-trip mode
(implementation inspired by J.Ngo, but original not working for merges)