diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index e09257187..882b64108 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -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 diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index 851df755d..80b1cbb85 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -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ý) diff --git a/hledger/CHANGES b/hledger/CHANGES index 8b5d4fcc1..6ba856e9a 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -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 diff --git a/site/release-notes.md b/site/release-notes.md index 3f99f2f5f..bd0672259 100644 --- a/site/release-notes.md +++ b/site/release-notes.md @@ -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ý)