;doc:changelogs
This commit is contained in:
parent
7e885134b3
commit
71b4a1a281
@ -18,8 +18,7 @@ General changes in the hledger project.
|
||||
For package-specific changes, see the hledger package changelogs.
|
||||
|
||||
|
||||
# 7c04f67c
|
||||
|
||||
# 7e885134
|
||||
|
||||
Doc updates
|
||||
|
||||
|
||||
@ -17,7 +17,7 @@ API/developer-ish changes in hledger-lib.
|
||||
For user-visible changes, see the hledger package changelog.
|
||||
|
||||
|
||||
# 7c04f67c
|
||||
# 7e885134
|
||||
|
||||
Breaking changes
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ User-visible changes in hledger-ui.
|
||||
See also the hledger changelog.
|
||||
|
||||
|
||||
# 7c04f67c
|
||||
# 7e885134
|
||||
|
||||
Breaking changes
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ User-visible changes in hledger-web.
|
||||
See also the hledger changelog.
|
||||
|
||||
|
||||
# 7c04f67c
|
||||
# 7e885134
|
||||
|
||||
Breaking changes
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user