summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-08-13 14:32:00 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-08-13 14:32:00 +0200
commitcbc411c5a3ecb684af18b89d8fbc41487e61d312 (patch)
tree5b923148cda1b1e4ee249b782bc6af3c2a8d008d /README.rst
parent6cbc0bea18deff5ee125c37caee5e546de02b7be (diff)
downloadruamel.yaml-cbc411c5a3ecb684af18b89d8fbc41487e61d312.tar.gz
issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)0.15.28
**When this change resolves your problem, then please close this issue**
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1eed1e0..b6271e2 100644
--- a/README.rst
+++ b/README.rst
@@ -35,6 +35,9 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key
+0.15.28 (2017-08-13):
+ - fix issue #61: merge of merge cannot be __repr__-ed (reported by Tal Liron)
+
0.15.27 (2017-08-13):
- fix issue 62, YAML 1.2 allows ``?`` and ``:`` in plain scalars if non-ambigious
(reported by nowox)