From 5b9f942cf310495b9d0a968ac586f11bfa297fcd Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 1 Jun 2024 13:09:41 -1000 Subject: [PATCH] ;doc: changelogs, relnotes updates --- doc/relnotes.md | 11 +++++++++-- hledger/CHANGES.md | 11 +++++++++-- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/doc/relnotes.md b/doc/relnotes.md index 8194c7ce0..5313dd63b 100644 --- a/doc/relnotes.md +++ b/doc/relnotes.md @@ -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 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index a7058f7d5..3dd0edc3e 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -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