update changelogs

This commit is contained in:
Simon Michael 2014-05-08 14:32:06 -07:00
parent 25ccead21c
commit 2bba4dbe3c
3 changed files with 21 additions and 0 deletions

View File

@ -1,5 +1,14 @@
API-ish changes in hledger-lib. For user-visible changes, see the hledger changelog.
0.23.2 (2014/5/8)
- postingsReport: also fix date sorting of displayed postings (#184)
0.23.1 (2014/5/7)
- postingsReport: with disordered journal entries, postings before the
report start date could get wrongly included. (#184)
0.23 (2014/5/1)
- orDatesFrom -> spanDefaultsFrom

View File

@ -1,5 +1,13 @@
See also the hledger changelog.
0.23.2 (2014/5/8)
- depend on latest hledger
0.23.1 (2014/5/7)
- depend on latest hledger
0.23 (2014/5/1)
- The --static-root flag has been renamed to --file-url.

View File

@ -1,3 +1,7 @@
0.23.2 (2014/5/8)
- register: also fix date sorting of postings (#184)
0.23.1 (2014/5/7)
- register: fix a refactoring-related regression that the tests