doc: changelog/relnote updates

This commit is contained in:
Simon Michael 2017-09-30 06:52:15 -10:00
parent e5f794d2cb
commit 3967e57395
4 changed files with 14 additions and 2 deletions

View File

@ -4,6 +4,8 @@ See also the hledger and project change logs.
# 1.4 (2017/9/30)
* a @FILE argument reads flags & args from FILE, one per line
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
* accept -NUM as a shortcut for --depth NUM

View File

@ -4,6 +4,8 @@ See also the hledger and the project change logs.
# 1.4 (2017/9/30)
* a @FILE argument reads flags & args from FILE, one per line
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
* web: Make "Add transaction" button tabbable (#430) (Jakub Zárybnický)

View File

@ -4,6 +4,8 @@ See also the project change log.
# 1.4 (2017/9/30)
* cli: a @FILE argument reads flags & args from FILE, one per line
* cli: reorganized commands list, added some new command aliases:
accounts: a
balance: b

View File

@ -81,12 +81,12 @@ Peter Simons.
test-stackage" for finding stackage build problems, switch to GHC
8.2.1 as default for developer builds
* streamline docs page
* improve changelog/release notes process
* improve makefile help and speed
* reorganise/streamline docs page
### hledger-install.sh 1.4
Added a new installer script for the hledger tools, which aims to
@ -146,6 +146,8 @@ but with the extra advantage of not showing empty accounts)
### hledger 1.4
* cli: a @FILE argument reads flags & args from FILE, one per line
* cli: reorganized commands list, added some new command aliases:
accounts: a
balance: b
@ -229,6 +231,8 @@ but with the extra advantage of not showing empty accounts)
### hledger-ui 1.4
* a @FILE argument reads flags & args from FILE, one per line
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
* accept -NUM as a shortcut for --depth NUM
@ -251,6 +255,8 @@ but with the extra advantage of not showing empty accounts)
### hledger-web 1.4
* a @FILE argument reads flags & args from FILE, one per line
* enable --pivot and --anon options, like hledger CLI (#474) (Jakub Zárybnický)
* web: Make "Add transaction" button tabbable (#430) (Jakub Zárybnický)