summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2017-06-25 08:22:06 +0200
committerAnthon van der Neut <anthon@mnt.org>2017-06-25 08:22:06 +0200
commitea2b25165c2b2b23bf7f3a11704f9d273848f87e (patch)
treedd9ecde44c975742b544cf3e8ddbeb9d8dbc38c3 /CHANGES
parentdf1814c4ec4bb94f5bffcfb1e8a258d763c1349e (diff)
downloadruamel.yaml-ea2b25165c2b2b23bf7f3a11704f9d273848f87e.tar.gz
change ModuleNotFoundError to ImportError0.15.14
fixes issue #133 Please close this issue if you can confirm it solves the reported problem
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0e092ad..92d2af4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+[0, 15, 14]: 2017-06-25
+ - setup.py: change ModuleNotFoundError to ImportError (reported and fix by Asley Drake)
+
[0, 15, 13]: 2017-06-24
- suppress duplicate key warning on mappings with merge keys (reported by
Cameron Sweeney)