From dfccfe33c1690bd7de0e3c020916405c33ed670b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 9 Jun 2020 15:54:08 -0700 Subject: [PATCH] ;cli, web: relnotes: add some missing names/item --- hledger-web/CHANGES.md | 6 +++++- hledger/CHANGES.md | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 9a0fe529b..ba9c504e3 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -3,8 +3,12 @@ See also the hledger changelog. # 1.18 2020-06-07 +- The filter query is now preserved when clicking a different account + in the sidebar. (Henning Thielemann) + - Hyperlinks are now more robust when there are multiple journal - files, eg links from register to journal now work properly. (#1041) + files, eg links from register to journal now work properly. + (#1041) (Henning Thielemann) ## add form diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 12ad19581..1c96209ce 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -18,9 +18,10 @@ User-visible changes in the hledger command line tool and library. - We now show `..` instead of `-` to indicate date ranges, eg in report titles, to stand out more from hyphenated dates. + (Stephen Morgan) - Period expressions (eg in -p, date:, and periodic rules) now accept - `to`, `until`, `-`, or `..` as synonyms. + `to`, `until`, `-`, or `..` as synonyms. (Stephen Morgan) - When parsing amounts, whitespace between sign and number is now allowed.