summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-04-18 20:23:11 +0200
committerAnthon van der Neut <anthon@mnt.org>2015-04-18 20:23:11 +0200
commit377b7a2904a77f96fe05ca26b8e7d4cba34bdfeb (patch)
tree079c004e33f93d605722e75af685c22474db2d0d
parent9ab928f930fadac357bdddc19420b8bd84276435 (diff)
downloadruamel.yaml-377b7a2904a77f96fe05ca26b8e7d4cba34bdfeb.tar.gz
updated description
-rw-r--r--CHANGES4
-rw-r--r--README.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 19b6387..b301d37 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+0.9: 2015-04-18
+- collections read in by the RoundTripLoader now have a ``lc`` property
+ that can be quired for line and column ( ``lc.line`` resp. ``lc.col``)
+
0.8: 2015-04-15
- bug fix for non-roundtrip save of ordereddict
- adding/replacing end of line comments on block style mappings/sequences
diff --git a/README.rst b/README.rst
index 73a200c..bd6601b 100644
--- a/README.rst
+++ b/README.rst
@@ -31,6 +31,8 @@ Major differences with PyYAML 3.11:
on request and test by Anthony Sottile)
- adding/replacing of comments on block style sequences and mappings
with smart column positioning
+- collection objects (when read in via RoundTripParser) have an ``lc``
+ property that contains line and column info ``lc.line`` and ``lc.col``
Round trip including comments
=============================