;doc: changelog updates

This commit is contained in:
Simon Michael 2020-09-03 17:05:52 -07:00
parent 600dab3976
commit a5fcb19bb0
5 changed files with 19 additions and 0 deletions

View File

@ -1,6 +1,8 @@
General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs.
# a965bc8e
# 1.19 2020-09-01
- example scripts:

View File

@ -1,6 +1,12 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# a9fbaaf2
- Added case-insensitive accountNameToAccountRegexCI,
accountNameToAccountOnlyRegexCI, made the default account type
queries case insensitive again. (#1341)
# 1.19 2020-09-01
- Added a missing lower bound for aeson, making cabal installs more

View File

@ -1,6 +1,9 @@
User-visible changes in hledger-ui.
See also the hledger changelog.
# e95a222a
# 1.19 2020-09-01
- The --color/--colour=WHEN command line option, support for the

View File

@ -1,6 +1,9 @@
User-visible changes in hledger-web.
See also the hledger changelog.
# 09ac90a7
# 1.19 2020-09-01
- Queries containing a malformed regular expression (eg the single

View File

@ -1,6 +1,11 @@
User-visible changes in the hledger command line tool and library.
# a9fbaaf2
- Fix a regression in account type autodetection for accounts with
capitalised names. (#1341)
# 1.19 2020-09-01
## general