;doc: changelogs

This commit is contained in:
Simon Michael 2023-12-07 11:36:30 -10:00
parent 1bd7e1bf48
commit 9bad34c341
5 changed files with 13 additions and 2 deletions

View File

@ -19,6 +19,8 @@ General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# e2751a79a
# 1.32 2023-12-01
Scripts/addons

View File

@ -13,6 +13,8 @@ Misc. changes
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# 7ace5ee56
# 1.32.1 2023-12-07
- readFileStrictly is now provided by Hledger.Utils.IO

View File

@ -21,11 +21,13 @@ API
User-visible changes in hledger-ui.
See also the hledger changelog.
# 1.32.1 2023-12-07
# 7ace5ee56
# 1.32.1 2023-12-07
- Use hledger-1.32.1
# 1.32 2023-12-01
Fixes
- The V key now preserves the valuation mode specified at the command
@ -34,6 +36,8 @@ Fixes
- The hledger-ui package no longer wastefully builds its modules
twice.
- Add upper bounds for vty & brick.
# 1.31 2023-09-03
Improvements

View File

@ -21,8 +21,9 @@ API
User-visible changes in hledger-web.
See also the hledger changelog.
# 1.32.1 2023-12-07
# 7ace5ee56
# 1.32.1 2023-12-07
- Use hledger-1.32.1
# 1.32 2023-12-01

View File

@ -21,6 +21,8 @@ API
User-visible changes in the hledger command line tool and library.
# 1bd7e1bf4
# 1.32.1 2023-12-07
- Fixed: `import` with multiple files now updates .latest files correctly. (#2125)