doc: changelogs, relnotes
This commit is contained in:
parent
dcbedadcc4
commit
e687ef1a79
@ -1,6 +1,11 @@
|
|||||||
User-visible changes in hledger-api. See also hledger, hledger-lib.
|
User-visible changes in hledger-api. See also hledger, hledger-lib.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.11.1 (2018/10/06)
|
||||||
|
|
||||||
|
* use hledger 1.11.1
|
||||||
|
|
||||||
|
|
||||||
# 1.11 (2018/9/30)
|
# 1.11 (2018/9/30)
|
||||||
|
|
||||||
* use hledger 1.11
|
* use hledger 1.11
|
||||||
|
|||||||
@ -2,6 +2,12 @@ API-ish changes in the hledger-lib package.
|
|||||||
Most user-visible changes are noted in the hledger changelog, instead.
|
Most user-visible changes are noted in the hledger changelog, instead.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.11.1 (2018/10/06)
|
||||||
|
|
||||||
|
* add, lib: fix wrong transaction rendering in balance assertion errors
|
||||||
|
and when using the add command
|
||||||
|
|
||||||
|
|
||||||
# 1.11 (2018/9/30)
|
# 1.11 (2018/9/30)
|
||||||
|
|
||||||
* compilation now works when locale is unset (#849)
|
* compilation now works when locale is unset (#849)
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
User-visible changes in hledger-ui. See also hledger, hledger-lib.
|
User-visible changes in hledger-ui. See also hledger, hledger-lib.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.11.1 (2018/10/06)
|
||||||
|
|
||||||
|
* use hledger 1.11.1
|
||||||
|
|
||||||
|
|
||||||
# 1.11 (2018/9/30)
|
# 1.11 (2018/9/30)
|
||||||
|
|
||||||
* use hledger 1.11
|
* use hledger 1.11
|
||||||
|
|||||||
@ -1,6 +1,11 @@
|
|||||||
User-visible changes in hledger-web. See also hledger, hledger-lib.
|
User-visible changes in hledger-web. See also hledger, hledger-lib.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.11.1 (2018/10/06)
|
||||||
|
|
||||||
|
* use hledger 1.11.1
|
||||||
|
|
||||||
|
|
||||||
# 1.11 (2018/9/30)
|
# 1.11 (2018/9/30)
|
||||||
|
|
||||||
* use hledger 1.11
|
* use hledger 1.11
|
||||||
|
|||||||
@ -1,6 +1,12 @@
|
|||||||
User-visible changes in the hledger command line tool.
|
User-visible changes in the hledger command line tool.
|
||||||
|
|
||||||
|
|
||||||
|
# 1.11.1 (2018/10/06)
|
||||||
|
|
||||||
|
* fix wrong transaction rendering in balance assertion errors and when
|
||||||
|
using the add command
|
||||||
|
|
||||||
|
|
||||||
# 1.11 (2018/9/30)
|
# 1.11 (2018/9/30)
|
||||||
|
|
||||||
* The default display order of accounts is now influenced by
|
* The default display order of accounts is now influenced by
|
||||||
|
|||||||
@ -57,15 +57,14 @@ is updated frequently; here are the
|
|||||||
[latest changes](https://github.com/simonmichael/hledger/commits/master/hledger-install/hledger-install.sh).
|
[latest changes](https://github.com/simonmichael/hledger/commits/master/hledger-install/hledger-install.sh).
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## Latest minor release
|
## Latest minor release
|
||||||
|
|
||||||
<http://hackage.haskell.org/package/hledger-lib-1.9.1/changelog>
|
<http://hackage.haskell.org/package/hledger-lib-1.11.1/changelog>
|
||||||
<http://hackage.haskell.org/package/hledger-1.9.1/changelog>
|
<http://hackage.haskell.org/package/hledger-1.11.1/changelog>
|
||||||
<http://hackage.haskell.org/package/hledger-ui-1.9.1/changelog>
|
<http://hackage.haskell.org/package/hledger-ui-1.11.1/changelog>
|
||||||
<http://hackage.haskell.org/package/hledger-web-1.9.2/changelog>
|
<http://hackage.haskell.org/package/hledger-web-1.11.1/changelog>
|
||||||
<http://hackage.haskell.org/package/hledger-api-1.9.1/changelog>
|
<http://hackage.haskell.org/package/hledger-api-1.11.1/changelog>
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
## 2018/9/30 hledger 1.11
|
## 2018/9/30 hledger 1.11
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user