summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2018-09-19 21:27:53 +0200
committerAnthon van der Neut <anthon@mnt.org>2018-09-19 21:27:53 +0200
commit1ddf55276fa7884e5dc82274659e67e88b5500dd (patch)
tree139241bb80daefdc7dc69c77677cbdd01716afb8 /README.rst
parentae9ec4ee6738d0ed07d60d67e95ebbb09484313d (diff)
downloadruamel.yaml-1ddf55276fa7884e5dc82274659e67e88b5500dd.tar.gz
fix for issue #235 extra indent on non-root literal strings on rt0.15.67
Thanks for reporting and the PR *When this change indeed resolves your problem, please **Close** this issue*. *(You can do so using the WorkFlow pull-down (close to the top right of this page))*
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 200dd45..5db16da 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.15.66
-:updated: 2018-09-07
+:version: 0.15.67
+:updated: 2018-09-19
:documentation: http://yaml.readthedocs.io
:repository: https://bitbucket.org/ruamel/
:pypi: https://pypi.org/project/ruamel.yaml/
@@ -54,6 +54,11 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.15.67 (2018-09-19):
+ - fix issue with extra space inserted with non-root literal strings
+ (Issue reported and PR with fix provided by
+ `Naomi Seyfer <https://bitbucket.org/sixolet/>`__.)
+
0.15.66 (2018-09-07):
- fix issue with fold indicating characters inserted in safe_load-ed folded strings
(reported by `Maximilian Hils <https://bitbucket.org/mhils/>`__).