- 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
- bug fix for non-roundtrip save of ordereddict - adding/replacing end of line comments on block style mappings/sequences
0.7.2
- support for end-of-line comments on flow style sequences and mappings
0.7.1
- RoundTrip capability of flow style sequences ( 'a: b, c, d' )
0.7
- tests (currently failing) for inline sequece and non-standard spacing between block sequence dash and scalar (Anthony Sottile) - initial possibility (on list, i.e. CommentedSeq) to set the flow format explicitly - RoundTrip capability of flow style sequences ( 'a: b, c, d' )
0.6.1
- setup.py changed so ruamel.ordereddict no longer is a dependency if not on CPython 2.x (used to test only for 2.x, which breaks pypy 2.5.0 reported by Anthony Sottile)