;changelogs

This commit is contained in:
Simon Michael 2020-03-25 18:42:26 -07:00
parent e15eabdf15
commit 293e2d81d1
5 changed files with 19 additions and 5 deletions

View File

@ -1,7 +1,9 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# 2dcac3ed
# d59ccb26
- shake: use script command, allow running without compiling first

View File

@ -1,7 +1,9 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 4191aad0
# e15eabdf
- Fix Documentation for journalExpenseAccountQuery (Pavan Rikhi)
# 1.17.1 2020-03-19

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 4191aad0
# d868a7e1
# 1.17.1.1 2020-03-19

View File

@ -1,7 +1,9 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 4191aad0
# d868a7e1
# 1.17.1 2020-03-19

View File

@ -1,7 +1,13 @@
User-visible changes in the hledger command line tool and library.
# 4191aad0
# d868a7e1
- csv: when both `amount` and `amountN`s are assigned, instead of
failing, just ignore `amount` and let the `amountN`s have
precedence. This makes it easier to override old `amount` rules.
- csv: clarified the "too many non-zero amounts" error message.
# 1.17.1.1 2020-03-19