From f2d22727373f7f324e3f35d3b031f5a0cc54bc89 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 23 Dec 2020 14:33:46 -0800 Subject: [PATCH] ;update changelogs (cherry picked from commit 15e290955f8ae2ed636b4e144e84fc4c73f4228b) --- CHANGES.md | 2 +- hledger-lib/CHANGES.md | 9 ++++++--- hledger-ui/CHANGES.md | 8 ++++++++ hledger-web/CHANGES.md | 6 ++++-- hledger/CHANGES.md | 9 ++++++++- 5 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 34520d6a5..b074d744d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 6e638b2b9..7569eb61b 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index c01240d33..a77f802a5 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -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 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 726f7e1cf..1bf0c11e3 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index f92b84d11..92312bb5e 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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