From 78a66594ed623da01bb1ff389efe37a785dc4c55 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 2 Feb 2019 20:23:30 -0800 Subject: [PATCH] lib, cli: changelogs --- hledger-lib/CHANGES.md | 4 ++++ hledger/CHANGES.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 3b3eb802f..d8dbc505e 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,6 +1,10 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. For user-visible changes, see the hledger package changelog. +# 1.13.1 (2019/02/02) + +- stop depending on here to avoid haskell-src-meta/stackage blockage. + # 1.13 (2019/02/01) - in Journal's jtxns field, forecasted txns are appended rather than prepended diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 893168c0a..7685f0fa8 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in the hledger command line tool and library. +# 1.13.1 (2019/02/02) + +- stop depending on here to avoid haskell-src-meta/stackage blockage. + # 1.13 (2019/02/01) - cli: reorganised commands list. Addons now have a + prefix.