diff --git a/CHANGES.md b/CHANGES.md index fc6538787..66c25e346 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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: diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index b6047c749..72179754d 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -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 diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index bee31e260..65cd652be 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -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 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 8cc37df43..c709e7683 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -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 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index edcd7c7db..6f7d3937b 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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