From fabf8a743dfeae3d7c529bb6255ae4136674c426 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 10 Jan 2015 22:27:15 -0800 Subject: [PATCH] changelogs --- hledger-lib/CHANGES | 4 ++++ hledger/CHANGES | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index ae7fc85e5..d1273974a 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -1,5 +1,9 @@ API-ish changes in hledger-lib. For user-visible changes, see hledger. +0.24.1 (2014/1/11) + +- fix JournalReader compilation warning + 0.24 (2014/12/25) - fix combineJournalUpdates folding order diff --git a/hledger/CHANGES b/hledger/CHANGES index 9918ad237..43a4f0390 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -1,5 +1,9 @@ User-visible changes in hledger (see also hledger-lib): +0.24.1 (2014/1/11) + +- fix balance accumulation through assertions in several commodities (#195) + 0.24 (2014/12/25) General: