;cli, web: relnotes: add some missing names/item

This commit is contained in:
Simon Michael 2020-06-09 15:54:08 -07:00
parent d349fc3ba5
commit dfccfe33c1
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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.