mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
update changelogs
This commit is contained in:
parent
a3ac03a9e3
commit
12673b1738
@ -2,6 +2,13 @@ User-visible changes in hledger-api.
|
|||||||
See also the hledger and the project change logs.
|
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)
|
# 1.3 (2017/6/30)
|
||||||
|
|
||||||
Depends on hledger[-lib] 1.3, see related changelogs.
|
Depends on hledger[-lib] 1.3, see related changelogs.
|
||||||
|
@ -1,6 +1,21 @@
|
|||||||
API-ish changes in the hledger-lib package.
|
API-ish changes in the hledger-lib package.
|
||||||
See also the hledger and project change logs (for user-visible changes).
|
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)
|
# 1.3 (2017/6/30)
|
||||||
|
|
||||||
|
@ -2,6 +2,19 @@ User-visible changes in hledger-ui.
|
|||||||
See also the hledger and project change logs.
|
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)
|
# 1.3 (2017/6/30)
|
||||||
|
|
||||||
The register screen now shows transaction status marks.
|
The register screen now shows transaction status marks.
|
||||||
|
@ -2,6 +2,15 @@ User-visible changes in hledger-web.
|
|||||||
See also the hledger and the project change logs.
|
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)
|
# 1.3 (2017/6/30)
|
||||||
|
|
||||||
Depends on hledger[-lib] 1.3, see related changelogs.
|
Depends on hledger[-lib] 1.3, see related changelogs.
|
||||||
|
@ -2,6 +2,17 @@ User-visible changes in the hledger and hledger-lib packages.
|
|||||||
See also the project change log.
|
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)
|
# 1.3 (2017/6/30)
|
||||||
|
|
||||||
The "uncleared" transaction/posting status, and associated UI flags
|
The "uncleared" transaction/posting status, and associated UI flags
|
||||||
|
Loading…
Reference in New Issue
Block a user