summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2023-05-05 20:08:37 +0200
committerAnthon van der Neut <anthon@mnt.org>2023-05-05 20:08:37 +0200
commita6a96c99a78cdc34e291af8d7d2d17fd1bf42a42 (patch)
tree99c4e94587427d628bb5679a8ee85b8c2487bf01 /CHANGES
parent199f4f52fa9c1700de3b4d3709de81c34b7402a4 (diff)
downloadruamel.yaml-a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42.tar.gz
fixes issue: 458,454, stackoverflow reports
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9a1bba8..a6f0909 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+[0, 17, 23]: 2023-05-05
+ - fix 458, error on plain scalars starting with word longer than width.
+ (reported by `Kyle Larose <https://sourceforge.net/u/klarose/profile/>`__)
+ - fix for ``.update()`` no longer correctly handling keyword arguments
+ (reported by John Lin on <StackOverflow
+ `<https://stackoverflow.com/q/76089100/1307905>`__)
+ - fix issue 454: high Unicode (emojis) in quoted strings always
+ escaped (reported by `Michal Čihař <https://sourceforge.net/u/nijel/profile/>`__
+ based on a question on StackOverflow).
+ - fix issue with emitter conservatively inserting extra backslashes in wrapped
+ quoted strings (reported by thebenman on `StackOverflow
+ <https://stackoverflow.com/q/75631454/1307905>`__)
+
[0, 17, 22]: 2023-05-02
- fix issue 449 where the second exclamation marks got URL encoded (reported