diff options
author | Anthon van der Neut <anthon@mnt.org> | 2018-09-01 17:54:16 +0200 |
---|---|---|
committer | Anthon van der Neut <anthon@mnt.org> | 2018-09-01 17:54:16 +0200 |
commit | 79195ab05d3f1c4513e8bdd29ad0327612f1ffb5 (patch) | |
tree | dcca91c514ffc0645c59fd795d4de6d537189308 /README.rst | |
parent | 94d2de64fbbe298365c42246e801e366aaaa9a60 (diff) | |
download | ruamel.yaml-79195ab05d3f1c4513e8bdd29ad0327612f1ffb5.tar.gz |
add key and reverse parameter to CommentedSeq.sort()
suggested via email by Jannik Klemm
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ ChangeLog .. should insert NEXT: at the beginning of line for next key (with empty line) NEXT: + - added ``key`` and ``reverse`` parameter (suggested by Jannik Klemm via email) - indent root level literal scalars that have directive or document end markers at the beginning of a line |