doc: cli: improve 1.29 changelog for the close command (#2020)

This commit is contained in:
Simon Michael 2023-04-05 21:14:39 -10:00
parent 63ca3ac049
commit eb5a8ecc4e

View File

@ -64,6 +64,9 @@ Breaking changes
- Periodic reports will now start exactly at the start date you have specified, - Periodic reports will now start exactly at the start date you have specified,
rather than being adjusted to a natural period boundary; see below. rather than being adjusted to a natural period boundary; see below.
- The `close` command's CLI and default behaviour was changed; see below
(and fixes in hledger 1.29.2+).
Features Features
- Periodic transactions and periodic reports can now start on any date. - Periodic transactions and periodic reports can now start on any date.
@ -126,8 +129,11 @@ Improvements
when extra query args (other than date: or depth:) are used, when extra query args (other than date: or depth:) are used,
to reduce confusion. to reduce confusion.
- close now has three modes, `--retain`/`--migrate`/`--open`, - The `close` command's CLI and default behaviour were changed,
clarifying its uses and providing more useful defaults. attempting to make it easier to understand and use. Some of its
legacy flags and aliases were also dropped, without sufficient
warning. For the full details, including subsequent cleanups,
see hledger 1.29.2's change notes.
- register-match is now the `--match` mode of the register command. - register-match is now the `--match` mode of the register command.
(This command was used by ledger-autosync at one point; if you still (This command was used by ledger-autosync at one point; if you still