;doc: more changelog cleanups

[ci skip]
This commit is contained in:
Simon Michael 2019-09-01 09:59:51 -07:00
parent f6fc58955e
commit 6703057050
3 changed files with 10 additions and 18 deletions

View File

@ -9,10 +9,8 @@ For package-specific changes, see the package changelogs.
- api: drop from Shake scripts
- new hledger.org: the site now has its own git repo, has absorbed the
github wiki, and is generated with Sphinx.
- new unified website: hledger.org now has its own git repo, has
absorbed the github wiki, and is generated with Sphinx.
- hledger-api's functionality is now included in hledger-web,
and the hledger-api package is mothballed.

View File

@ -3,16 +3,11 @@ See also the hledger changelog.
# 1.15 2019-09-01
- web: ?sidebar= hides the sidebar, like ?sidebar=0
- --serve-api disables the usual server-side web UI (leaving only the API routes)
- web: --serve-api disables server-side UI
- register page: account names are hyperlinked
- register page: clip linked accounts to 40 characters (Henning Thielemann)
This was the behaviour before adding the links.
- avoid spaces before commas in register account links (Henning Thielemann)
- add links to accounts in register transactions (Henning Thielemann)
- ?sidebar= now hides the sidebar, same as ?sidebar=0
- fix "_create_locale could not be located" error on windows 7 (#1039)

View File

@ -3,11 +3,6 @@ User-visible changes in the hledger command line tool and library.
# 1.15 2019-09-01
- help: don't require a journal file
- reg: show negative amounts in red, like balance and Ledger
## General
- There is a new valuation option `--value=TYPE[,COMM]`, with
@ -71,11 +66,15 @@ User-visible changes in the hledger command line tool and library.
- descriptions, payees, notes commands added (Caleb Maclennan)
- Gabriel Ebner's hledger-diff is now a built in command,
- diff: Gabriel Ebner's hledger-diff is now a built in command,
and https://github.com/gebner/hledger-diff is deprecated.
- help: don't require a journal file
- print: now also canonicalises the display style of balance assertion amounts (#1042)
- reg: show negative amounts in red, like balance and Ledger
- reg: fix `--average`, broken since 1.12 (#1003)
- stats: show count of market prices (P directives), and the commodities covered