summaryrefslogtreecommitdiff
path: root/README.rst
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 /README.rst
parent199f4f52fa9c1700de3b4d3709de81c34b7402a4 (diff)
downloadruamel.yaml-a6a96c99a78cdc34e291af8d7d2d17fd1bf42a42.tar.gz
fixes issue: 458,454, stackoverflow reports
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 16b5659..e9a2b08 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.22
-:updated: 2023-05-02
+:version: 0.17.23
+:updated: 2023-05-05
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -61,6 +61,19 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+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