;update changelogs

This commit is contained in:
Simon Michael 2020-12-23 14:33:46 -08:00
parent 2002557e50
commit 15e290955f
5 changed files with 27 additions and 7 deletions

View File

@ -1,7 +1,7 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# 03f9b756b
# 5d85a918e
- Fix the topic hierarchy in Info manuals.

View File

@ -1,15 +1,18 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 1dc5454dd
- Fix the info manuals' node structure.
- Drop unused parsec dependency.
# 1.20.1 2020-12-15
- renamed: updateReportSpecFromOpts -> updateReportSpec[With]
# 1.20 2020-12-05
- added: journalApplyAliases, transactionApplyAliases, postingApplyAliases
- a new more robust price lookup implementation, fgl library dropped (#1402)

View File

@ -1,6 +1,14 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# 1dc5454dd
- Fix loss of capitalisation in part of the manual.
- Fix the info manual's node structure.
- Use hledger 1.20.2.
# 1.20.1 2020-12-15
- Fix the F key (toggle future/forecast transactions), which in 1.20

View File

@ -1,8 +1,11 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 42bc7465e
# 1dc5454dd
- Fix the info manual's node structure.
- Use hledger 1.20.2.
# 1.20.1 2020-12-06
@ -26,7 +29,6 @@ See also the hledger changelog.
https://hackage.haskell.org/package/directory/docs/System-Directory.html#t:XdgDirectory).
(#1344) (Félix Sipma)
# 1.19.1 2020-09-07
- Allow megaparsec 9

View File

@ -1,6 +1,14 @@
User-visible changes in the hledger command line tool and library.
# 1dc5454dd
- help: Fix loss of capitalisation in part of the hledger-ui manual.
- Fix the info manuals' node structure.
- Drop unused parsec dependency.
# 1.20.1 2020-12-15
- bal, bs, cf, is: In amount-sorted balance reports, equal-balance accounts
@ -8,7 +16,6 @@ User-visible changes in the hledger command line tool and library.
- help: Fix the topic hierarchy in Info manuals.
# 1.20 2020-12-05
## general