Skip to content

Commit

Permalink
;doc: changelogs, relnotes updates
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jun 1, 2024
1 parent 7cd7240 commit 5b9f942
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions doc/relnotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
11 changes: 9 additions & 2 deletions hledger/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 5b9f942

Please sign in to comment.