summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-07-26 23:30:35 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-07-26 23:30:35 +0200
commit9c73729c2a911cb6dbd375d752c422d53b11a251 (patch)
treecebdd6ea809fd3e7913e71d0ff26509a44640b5f /CHANGES
parent1b63538a35c6aeac66095b85b61651a05cdf3b39 (diff)
parent894a94e5d2eaf32e02f0ad982062bcd876b572c9 (diff)
downloadruamel.yaml-9c73729c2a911cb6dbd375d752c422d53b11a251.tar.gz
This merges PR 34 and fixes issue #2110.15.45
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f934f7..dbc6877 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+[0, 15, 45]: 2018-07-26
+ - After adding failing test for ``YAML.load_all(Path())``, remove StopIteration
+ (PR provided by `Zachary Buhman <https://bitbucket.org/buhman/>`__,
+ also reported by `Steven Hiscocks <https://bitbucket.org/sdhiscocks/>`__.
+
+[0, 15, 45]: 2018-07-26
+ - After adding failing test for ``YAML.load_all(Path())``, remove StopIteration
+ (PR provided by `Zachary Buhman <https://bitbucket.org/buhman/>`__,
+ also reported by `Steven Hiscocks <https://bitbucket.org/sdhiscocks/>`__.
+
[0, 15, 44]: 2018-07-14
- Correct loading plain scalars consisting of numerals only and
starting with `0`, when not explicitly specifying YAML version