merge changelog updates

This commit is contained in:
Simon Michael 2015-03-15 12:55:45 -07:00
parent ee55a76b23
commit 414a33f3e4
3 changed files with 7 additions and 11 deletions

View File

@ -2,15 +2,11 @@ API-ish changes in hledger-lib.
User-visible changes appear in hledger's change log. User-visible changes appear in hledger's change log.
0.24.1 (2015/3/15)
- fix JournalReader "ctx" compilation warning - fix JournalReader "ctx" compilation warning
- note the rounding of built-in commodities
- add some type signatures in Utils to help make ghci-web - add some type signatures in Utils to help make ghci-web
0.24.1 (2014/1/11)
- fix JournalReader compilation warning
0.24 (2014/12/25) 0.24 (2014/12/25)
- fix combineJournalUpdates folding order - fix combineJournalUpdates folding order

View File

@ -16,9 +16,9 @@ See also hledger's change log.
- keep the add button right-aligned when pressing ctrl - on the add form - keep the add button right-aligned when pressing ctrl - on the add form
0.24.1 (?) 0.24.1 (2015/1/10)
- add missing modules for cabal test (#232) - add missing modules to fix cabal tests (#232)
0.24 (2014/12/25) 0.24 (2014/12/25)

View File

@ -59,12 +59,14 @@ User-visible changes in hledger and hledger-lib.
As in Ledger. This means you can embed emacs org/outline-mode nodes in As in Ledger. This means you can embed emacs org/outline-mode nodes in
your journal file and manipulate it like an outline. your journal file and manipulate it like an outline.
0.24.1 (2015/3/15)
- journal: fix balance accumulation across assertions (#195) - journal: fix balance accumulation across assertions (#195)
A sequence of balance assertions asserting first one commodity, then A sequence of balance assertions asserting first one commodity, then
another, then the first again, was not working. another, then the first again, was not working.
- timelog: show hours with two decimal places instead of one - timelog: show hours with two decimal places instead of one (#237)
- in weekly reports, simplify week 52's heading like the others - in weekly reports, simplify week 52's heading like the others
- disallow trailing garbage in a number of parsers - disallow trailing garbage in a number of parsers
@ -73,9 +75,7 @@ User-visible changes in hledger and hledger-lib.
options, hledger add's inputs, CSV amounts, posting amounts, options, hledger add's inputs, CSV amounts, posting amounts,
posting dates in tags. posting dates in tags.
0.24.1 (2014/1/11) - allow utf8-string-1 (fpco/stackage/#426)
- fix balance accumulation through assertions in several commodities (#195)
0.24 (2014/12/25) 0.24 (2014/12/25)