diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index e7ceddc0d..157e2460c 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -2,15 +2,11 @@ API-ish changes in hledger-lib. User-visible changes appear in hledger's change log. +0.24.1 (2015/3/15) - fix JournalReader "ctx" compilation warning -- note the rounding of built-in commodities - 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) - fix combineJournalUpdates folding order diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index 241d926ac..fc8c21d56 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -16,9 +16,9 @@ See also hledger's change log. - 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) diff --git a/hledger/CHANGES b/hledger/CHANGES index f6c85892a..cc1cc84be 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -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 your journal file and manipulate it like an outline. +0.24.1 (2015/3/15) + - journal: fix balance accumulation across assertions (#195) A sequence of balance assertions asserting first one commodity, then 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 - 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, posting dates in tags. -0.24.1 (2014/1/11) - -- fix balance accumulation through assertions in several commodities (#195) +- allow utf8-string-1 (fpco/stackage/#426) 0.24 (2014/12/25)