diff --git a/doc/CHANGES.md b/doc/CHANGES.md index b1212a160..9f646ee1d 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -18,8 +18,7 @@ General changes in the hledger project. For package-specific changes, see the hledger package changelogs. -# 7c04f67c - +# 7e885134 Doc updates diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index 2b6af8ce7..2da009ce3 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -17,7 +17,7 @@ API/developer-ish changes in hledger-lib. For user-visible changes, see the hledger package changelog. -# 7c04f67c +# 7e885134 Breaking changes diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d140121b3..08c6fbf38 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -23,7 +23,7 @@ User-visible changes in hledger-ui. See also the hledger changelog. -# 7c04f67c +# 7e885134 Breaking changes diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index 31c896347..d812d23a8 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -23,7 +23,7 @@ User-visible changes in hledger-web. See also the hledger changelog. -# 7c04f67c +# 7e885134 Breaking changes diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 4875706df..fb9a02aa1 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -26,7 +26,7 @@ API User-visible changes in the hledger command line tool and library. -# 7c04f67c +# 7e885134 Breaking changes @@ -43,8 +43,17 @@ Fixes Features +- `commodities`, `payees` and `tags` commands now have a `--find` mode + for finding the best match, like `accounts`. + Improvements +- `print`: rename --location to --locations for consistency with `accounts`. + (--location still works.) + +- `accounts`: rename --positions to --locations for consistency with `print`. + (--positions still works, as a hidden deprecated flag.) + - Command line arguments being passed to addons no longer require extra escaping. (Caleb Maclennan) @@ -59,6 +68,9 @@ Improvements Docs +- aregister: clarify arguments +- accounts: improve/sync options order +- print: clarify amount styling; note more parseability breakers - Special characters: rewrite (Simon Michael, Caleb Maclennan, [#2468]) - Tags: rewrite [hledger_site#141] - Account names: rewrite, emphasise the two space delimiter