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.