changelogs

This commit is contained in:
Simon Michael 2015-04-07 17:14:44 -07:00
parent 498a52c7ea
commit 735f818c22
3 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,10 @@ API-ish changes in hledger-lib.
User-visible changes appear in hledger's change log.
0.25 (unreleased)
- GHC 7.10 compatibility (#239)
0.24.1 (2015/3/15)
- fix JournalReader "ctx" compilation warning

View File

@ -2,6 +2,9 @@ User-visible changes in hledger-web.
See also hledger's change log.
0.25 (unreleased)
- GHC 7.10 compatibility (#239)
- fix the add form when there are included files (#234)

View File

@ -1,6 +1,9 @@
User-visible changes in hledger and hledger-lib.
0.25 (unreleased)
- GHC 7.10 compatibility (#239)
- build with terminfo support on POSIX systems by default