;update changelogs

This commit is contained in:
Simon Michael 2020-09-07 12:30:24 -07:00
parent bc2670204f
commit 2b715fbe0d
5 changed files with 20 additions and 5 deletions

View File

@ -1,7 +1,9 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# a965bc8e
# 1.19.1 2020-09-07
- Update shell completions (Jakob Schöttl)
# 1.19 2020-09-01

View File

@ -1,7 +1,12 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# a9fbaaf2
# 1.19.1 2020-09-07
- Allow megaparsec 9
- stripAnsi: correctly strip ansi sequences with no
numbers/semicolons. (Stephen Morgan)
- Added case-insensitive accountNameToAccountRegexCI,
accountNameToAccountOnlyRegexCI, made the default account type

View File

@ -1,8 +1,9 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# e95a222a
# 1.19.1 2020-09-07
- Allow megaparsec 9
# 1.19 2020-09-01

View File

@ -1,8 +1,11 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 09ac90a7
# 1.19.1 2020-09-07
- Allow megaparsec 9
- Drop redundant semigroups dependency (Felix Yan)
# 1.19 2020-09-01

View File

@ -1,11 +1,15 @@
User-visible changes in the hledger command line tool and library.
# a9fbaaf2
# 1.19.1 2020-09-07
- Fix alignment of coloured numbers (#1345, #1349, Stephen Morgan)
- Fix a regression in account type autodetection for accounts with
capitalised names. (#1341)
- Allow megaparsec 9
# 1.19 2020-09-01
## general