Skip to content

Commit

Permalink
;doc: more changelog cleanups
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
simonmichael committed Sep 1, 2019
1 parent f6fc589 commit 6703057
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
6 changes: 2 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
11 changes: 3 additions & 8 deletions hledger-web/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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

0 comments on commit 6703057

Please sign in to comment.