Skip to content

Commit 5b9f942

Browse files
committed
;doc: changelogs, relnotes updates
1 parent 7cd7240 commit 5b9f942

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

doc/relnotes.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ Changes in hledger-install.sh are shown
8383

8484
Breaking changes
8585

86-
- `check ordereddates` no longer supports `--date2`; it checks primary
87-
dates only.
86+
- `check ordereddates` no longer supports `--date2`.
87+
Also (not a breaking change): `--date2` and secondary dates are now officially
88+
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
89+
though kept for compatibility.
8890

8991
Features
9092

@@ -151,10 +153,15 @@ Docs
151153
- balance: mention the `--summary-only` flag
152154
- check: expand check descriptions
153155
- examples: CSV rules: vanguard, fidelity, paypal updates
156+
- Generating data: rewrite
157+
- manuals: synopsis, options cleanup/consistency
158+
- Options: correction, NO_COLOR does not override --color
154159
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
155160
- Period expressions: mention last day of month adjusting [#2005]
161+
- Secondary dates: expand, and declare them deprecated.
156162
- Time periods cleanup, simplify markup
157163
- Unicode characters: mention UTF-8 on windows
164+
- web, json output: link to OpenAPI spec
158165

159166
Scripts/addons
160167

hledger/CHANGES.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ User-visible changes in the hledger command line tool and library.
2727

2828
Breaking changes
2929

30-
- `check ordereddates` no longer supports `--date2`; it checks primary
31-
dates only.
30+
- `check ordereddates` no longer supports `--date2`.
31+
Also (not a breaking change): `--date2` and secondary dates are now officially
32+
[deprecated](https://hledger.org/1.34/hledger.html#secondary-dates) in hledger,
33+
though kept for compatibility.
3234

3335
Features
3436

@@ -95,8 +97,13 @@ Docs
9597
- balance: mention the `--summary-only` flag
9698
- check: expand check descriptions
9799
- examples: CSV rules: vanguard, fidelity, paypal updates
100+
- Generating data: rewrite
101+
- JSON output: link to OpenAPI spec
102+
- manuals: synopsis, options cleanup/consistency
103+
- Options: correction, NO_COLOR does not override --color
98104
- PART 4: COMMANDS: reorganise into groups, like the CLI commands list.
99105
- Period expressions: mention last day of month adjusting [#2005]
106+
- Secondary dates: expand, and declare them deprecated.
100107
- Time periods cleanup, simplify markup
101108
- Unicode characters: mention UTF-8 on windows
102109

0 commit comments

Comments
 (0)