summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-11-21 09:40:46 +0100
committerAnthon van der Neut <anthon@mnt.org>2018-11-21 09:40:46 +0100
commit06d22dfdbdf9bac2d3443be3e57f17ac21798eaa (patch)
treeb40e8f63446a9a2d0c47bf74b9087eb935ecc3a7 /CHANGES
parentf674cbd0e04dcd3c09545a1ae75a80c6c8d3f3e2 (diff)
downloadruamel.yaml-06d22dfdbdf9bac2d3443be3e57f17ac21798eaa.tar.gz
resolves issue with anchors specified deeper in the data structure than aliases0.15.79
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e80f232..dad1a5c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+[0, 15, 79]: 2018-11-21
+ - fix issue with anchors nested deeper than alias (reported by gaFF on
+ `StackOverflow <https://stackoverflow.com/a/53397781/1307905>`__)
+
+[0, 15, 79]: 2018-11-21
+ - fix issue with anchors nested deeper than alias (reported by gaFF on
+ `StackOverflow <https://stackoverflow.com/a/53397781/1307905>`__)
+
[0, 15, 78]: 2018-11-15
- fix setup issue for 3.8 (reported by `Sidney Kuyateh
<https://bitbucket.org/autinerd/>`__)