From 3d206ad6bde6ee4ff4cc8a3b0f31527812f81d99 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 20 Mar 2019 15:39:12 -0700 Subject: [PATCH] ; changelogs from 1.14 branch --- hledger-api/CHANGES.md | 4 ++++ hledger-lib/CHANGES.md | 4 ++++ hledger-ui/CHANGES.md | 6 ++++++ hledger-web/CHANGES.md | 7 +++++++ hledger/CHANGES.md | 6 ++++++ 5 files changed, 27 insertions(+) diff --git a/hledger-api/CHANGES.md b/hledger-api/CHANGES.md index 502bc64aa..c547f70f9 100644 --- a/hledger-api/CHANGES.md +++ b/hledger-api/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in hledger-api. See also the hledger changelog. +# 928ddfeb + +- bump hledger version to 1.14.1, and other pkgs' lower bounds + # 1.14 2019-03-01 - use hledger 1.14 diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 59d0072a9..0704473c6 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.14.1 2019-03-20 + +- require easytest <0.3 to fix build issue + # 1.14 2019-03-01 - added: diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index 6fa2e99ac..7cb94787e 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,6 +1,12 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# 1.14.1 2019-03-20 + +- require brick <0.47 to fix build (#995) + +- use hledger 1.14.2 + # 1.14 2019-03-01 - use hledger 1.14 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 528ed6b6d..90f8bfa92 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,6 +1,13 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 1.14.1 2019-03-20 + +- /accounts JSON: return all accounts, not just top-level ones (#985) + Accounts are returned as a flat list, in tree order, with asubs fields empty. + +- use hledger 1.14.2 + # 1.14 2019-03-01 - serve the same JSON-providing routes as in hledger-api: diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index e31b72d99..3fd0cdd41 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,6 +1,12 @@ User-visible changes in the hledger command line tool and library. +# 1.14.2 2019-03-20 + +- require easytest <0.3 to fix build issue + +- fix some CSV parse errors which weren't in human readable format + # 1.14.1 2019-03-01 - fix missing Commodities.txt build error