mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 03:13:25 +03:00
;doc: changelogs, relnotes updates
This commit is contained in:
parent
7cd7240eeb
commit
5b9f942cf3
@ -83,8 +83,10 @@ Changes in hledger-install.sh are shown
|
||||
|
||||
Breaking changes
|
||||
|
||||
- `check ordereddates` no longer supports `--date2`; it checks primary
|
||||
dates only.
|
||||
- `check ordereddates` no longer supports `--date2`.
|
||||
Also (not a breaking change): `--date2` and secondary dates are now officially
|
||||
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
|
||||
though kept for compatibility.
|
||||
|
||||
Features
|
||||
|
||||
@ -151,10 +153,15 @@ Docs
|
||||
- balance: mention the `--summary-only` flag
|
||||
- check: expand check descriptions
|
||||
- examples: CSV rules: vanguard, fidelity, paypal updates
|
||||
- Generating data: rewrite
|
||||
- manuals: synopsis, options cleanup/consistency
|
||||
- Options: correction, NO_COLOR does not override --color
|
||||
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
||||
- Period expressions: mention last day of month adjusting [#2005]
|
||||
- Secondary dates: expand, and declare them deprecated.
|
||||
- Time periods cleanup, simplify markup
|
||||
- Unicode characters: mention UTF-8 on windows
|
||||
- web, json output: link to OpenAPI spec
|
||||
|
||||
Scripts/addons
|
||||
|
||||
|
@ -27,8 +27,10 @@ User-visible changes in the hledger command line tool and library.
|
||||
|
||||
Breaking changes
|
||||
|
||||
- `check ordereddates` no longer supports `--date2`; it checks primary
|
||||
dates only.
|
||||
- `check ordereddates` no longer supports `--date2`.
|
||||
Also (not a breaking change): `--date2` and secondary dates are now officially
|
||||
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
|
||||
though kept for compatibility.
|
||||
|
||||
Features
|
||||
|
||||
@ -95,8 +97,13 @@ Docs
|
||||
- balance: mention the `--summary-only` flag
|
||||
- check: expand check descriptions
|
||||
- examples: CSV rules: vanguard, fidelity, paypal updates
|
||||
- Generating data: rewrite
|
||||
- JSON output: link to OpenAPI spec
|
||||
- manuals: synopsis, options cleanup/consistency
|
||||
- Options: correction, NO_COLOR does not override --color
|
||||
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
|
||||
- Period expressions: mention last day of month adjusting [#2005]
|
||||
- Secondary dates: expand, and declare them deprecated.
|
||||
- Time periods cleanup, simplify markup
|
||||
- Unicode characters: mention UTF-8 on windows
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user