summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2022-02-12 09:52:13 +0100
committerAnthon van der Neut <anthon@mnt.org>2022-02-12 09:52:13 +0100
commita9fc2e5d353e5269ee4516945aafebcc8d75c165 (patch)
tree7010986d6eb5db7381e48d2214ea71747bb7a8f6 /CHANGES
parent4c1519d446f8d32b1ff34ab8435a32e87ba87b92 (diff)
downloadruamel.yaml-a9fc2e5d353e5269ee4516945aafebcc8d75c165.tar.gz
bug in YAML.compose(Path(...)))0.17.21
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a921b1e..f59a8b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+[0, 17, 21]: 2022-02-12
+ - fix bug in calling `.compose()` method with `pathlib.Path` instance.
+
[0, 17, 20]: today
- fix error in microseconds while rounding datetime fractions >= 9999995
(reported by `Luis Ferreira <https://sourceforge.net/u/ljmf00/>`__)