diff --git a/hledger-api/CHANGES b/hledger-api/CHANGES index 273c04437..8fdb3106e 100644 --- a/hledger-api/CHANGES +++ b/hledger-api/CHANGES @@ -2,6 +2,13 @@ User-visible changes in hledger-api. See also the hledger and the project change logs. +# 1.3.1 (2017/8/25) + +* require servant-server 0.10+ to fix compilation warning + +* restore upper bounds on hledger packages + + # 1.3 (2017/6/30) Depends on hledger[-lib] 1.3, see related changelogs. diff --git a/hledger-lib/CHANGES b/hledger-lib/CHANGES index 4d5958a1a..ea35b28fe 100644 --- a/hledger-lib/CHANGES +++ b/hledger-lib/CHANGES @@ -1,6 +1,21 @@ API-ish changes in the hledger-lib package. See also the hledger and project change logs (for user-visible changes). +# 1.3.1 (2017/8/25) + +* Fix a bug with -H showing nothing for empty periods (Nicholas Niro) +This patch fixes a bug that happened when using the -H option on +a period without any transaction. Previously, the behavior was no +output at all even though it should have shown the previous ending balances +of past transactions. (This is similar to previously using -H with -E, +but with the extra advantage of not showing empty accounts) + +* allow megaparsec 6 (#594) + +* allow megaparsec-6.1 (Hans-Peter Deifel) + +* fix test suite with Cabal 2 (#596) + # 1.3 (2017/6/30) diff --git a/hledger-ui/CHANGES b/hledger-ui/CHANGES index a538e7f76..9fc5edc36 100644 --- a/hledger-ui/CHANGES +++ b/hledger-ui/CHANGES @@ -2,6 +2,19 @@ User-visible changes in hledger-ui. See also the hledger and project change logs. +# 1.3.1 (2017/8/25) + +* allow megaparsec 6 (#594, Simon Michael, Hans-Peter Deifel) + +* allow megaparsec-6.1 (Hans-Peter Deifel) + +* allow vty 5.17 (Felix Yan) + +* allow brick 0.24 + +* restore upper bounds on hledger packages + + # 1.3 (2017/6/30) The register screen now shows transaction status marks. diff --git a/hledger-web/CHANGES b/hledger-web/CHANGES index bad18cb61..4ba4082e9 100644 --- a/hledger-web/CHANGES +++ b/hledger-web/CHANGES @@ -2,6 +2,15 @@ User-visible changes in hledger-web. See also the hledger and the project change logs. +# 1.3.1 (2017/8/25) + +* allow megaparsec 6 (#594, Simon Michael, Hans-Peter Deifel) + +* allow megaparsec-6.1 (Hans-Peter Deifel) + +* restore upper bounds on hledger packages + + # 1.3 (2017/6/30) Depends on hledger[-lib] 1.3, see related changelogs. diff --git a/hledger/CHANGES b/hledger/CHANGES index 9b94ccb26..f67a941c1 100644 --- a/hledger/CHANGES +++ b/hledger/CHANGES @@ -2,6 +2,17 @@ User-visible changes in the hledger and hledger-lib packages. See also the project change log. +# 1.3.1 (2017/8/25) + +* bs/is: don't let an empty subreport disable the grand totals (#588) + +* allow megaparsec 6 (#594) + +* allow megaparsec-6.1 (Hans-Peter Deifel) + +* restore upper bounds on hledger packages + + # 1.3 (2017/6/30) The "uncleared" transaction/posting status, and associated UI flags