summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-06-10 08:13:51 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-06-10 08:13:51 +0200
commit9b29aec11f81bdf6f29c487f2c69bf6943dde6b9 (patch)
treefaa62da6fee0ae339c388fd31c7935a2e19229fe /CHANGES
parentd523887b312e8d74d0c26ad18b8efdb2833d0ff1 (diff)
downloadruamel.yaml-9b29aec11f81bdf6f29c487f2c69bf6943dde6b9.tar.gz
issue updating CommentedMap with dict introduced in 0.16.130.17.9
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f893731..0bfc111 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+[0, 17, 9]: 2021-06-10
+ - fix issue with updating CommentedMap (reported by sri on
+ `StackOverlow <https://stackoverflow.com/q/67911659/1307905>`__)
+
[0, 17, 8]: 2021-06-09
- fix for issue 387 where templated anchors on tagged object did get set
resulting in potential id reuse. (reported by `Artem Ploujnikov