; changelogs from 1.14 branch

This commit is contained in:
Simon Michael 2019-03-20 15:39:12 -07:00
parent fee0e39320
commit 3d206ad6bd
5 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,10 @@
User-visible changes in hledger-api. User-visible changes in hledger-api.
See also the hledger changelog. See also the hledger changelog.
# 928ddfeb
- bump hledger version to 1.14.1, and other pkgs' lower bounds
# 1.14 2019-03-01 # 1.14 2019-03-01
- use hledger 1.14 - use hledger 1.14

View File

@ -1,6 +1,10 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog. 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 # 1.14 2019-03-01
- added: - added:

View File

@ -1,6 +1,12 @@
User-visible changes in hledger-ui. User-visible changes in hledger-ui.
See also the hledger changelog. 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 # 1.14 2019-03-01
- use hledger 1.14 - use hledger 1.14

View File

@ -1,6 +1,13 @@
User-visible changes in hledger-web. User-visible changes in hledger-web.
See also the hledger changelog. 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 # 1.14 2019-03-01
- serve the same JSON-providing routes as in hledger-api: - serve the same JSON-providing routes as in hledger-api:

View File

@ -1,6 +1,12 @@
User-visible changes in the hledger command line tool and library. 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 # 1.14.1 2019-03-01
- fix missing Commodities.txt build error - fix missing Commodities.txt build error