;doc: merge 1.30 changelogs

This commit is contained in:
Simon Michael 2023-06-01 16:29:35 -10:00
parent 3f08394c6c
commit ecf266a808
5 changed files with 6 additions and 20 deletions

View File

@ -18,7 +18,7 @@ Infrastructure
General changes in the hledger project.
For package-specific changes, see the hledger package changelogs.
# 5048c8960
# 1.30 2023-06-01
Scripts/addons

View File

@ -13,7 +13,7 @@ nn
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog.
# d7f039854
# 1.30 2023-06-01
Breaking changes
@ -49,6 +49,7 @@ Misc. changes
multicol
expandGlob
sortByModTime
# 1.29.2 2023-04-07
# 1.29.1 2023-03-16

View File

@ -21,7 +21,7 @@ API
User-visible changes in hledger-ui.
See also the hledger changelog.
# d146b8350
# 1.30 2023-06-01
Features

View File

@ -21,7 +21,7 @@ API
User-visible changes in hledger-web.
See also the hledger changelog.
# d146b8350
# 1.30 2023-06-01
Fixes

View File

@ -21,7 +21,7 @@ API
User-visible changes in the hledger command line tool and library.
# 1382fbc75
# 1.30 2023-06-01
Breaking changes
@ -30,21 +30,6 @@ Breaking changes
You might need to adjust the `skip` count in some CSV rules files.
(#2024)
- Certain reporting flags now toggle on/off if repeated. (Experimental)
This can be useful for overriding defaults in command line scripts,
since you can now turn a flag off as well as on. The flags which
can be toggled are:
--invert
--transpose
-r/--related
-%/--percent
-E/--empty
-N/--no-total
-T/--row-total
-A/--average
-S/--sort-amount
- Timedot format now generates a single multi-posting transaction per
date line, and supports comments and tags on all lines.
(#1754)