mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 11:24:16 +03:00
doc: changelog updates
This commit is contained in:
parent
956dee9682
commit
82283d75d7
@ -3,7 +3,7 @@ User-visible changes in hledger-api. See also hledger, hledger-lib.
|
|||||||
|
|
||||||
# 1.5 (2017/12/31)
|
# 1.5 (2017/12/31)
|
||||||
|
|
||||||
* allow swagger2 2.2
|
* remove upper bounds on all but hledger* and base (experimental)
|
||||||
|
|
||||||
|
|
||||||
# 1.4 (2017/9/30)
|
# 1.4 (2017/9/30)
|
||||||
|
@ -39,7 +39,11 @@ API-ish changes in the hledger-lib package. See also hledger.
|
|||||||
|
|
||||||
* period expressions: support "every Tuesday", short for "every <n>th day of week" (Dmitry Astapov)
|
* period expressions: support "every Tuesday", short for "every <n>th day of week" (Dmitry Astapov)
|
||||||
|
|
||||||
* allow ansi-terminal 0.8, megaparsec 6.3.0
|
* remove upper bounds on all but hledger* and base (experimental)
|
||||||
|
It's rare that my deps break their api or that newer versions must
|
||||||
|
be avoided, and very common that they release new versions which I
|
||||||
|
must tediously and promptly test and release hackage revisions for
|
||||||
|
or risk falling out of stackage. Trying it this way for a bit.
|
||||||
|
|
||||||
|
|
||||||
# 1.4 (2017/9/30)
|
# 1.4 (2017/9/30)
|
||||||
|
@ -7,7 +7,7 @@ User-visible changes in hledger-ui. See also hledger, hledger-lib.
|
|||||||
|
|
||||||
* support -V/--value, --forecast, --auto
|
* support -V/--value, --forecast, --auto
|
||||||
|
|
||||||
* allow ansi-terminal 0.8, megaparsec 6.3.0, brick 0.30, vty-5.19
|
* remove upper bounds on all but hledger* and base (experimental)
|
||||||
|
|
||||||
|
|
||||||
# 1.4 (2017/9/30)
|
# 1.4 (2017/9/30)
|
||||||
|
@ -11,7 +11,7 @@ User-visible changes in hledger-web. See also hledger, hledger-lib.
|
|||||||
|
|
||||||
* support -V/--value, --forecast, --auto
|
* support -V/--value, --forecast, --auto
|
||||||
|
|
||||||
* allow megaparsec 6.3.0
|
* remove upper bounds on all but hledger* and base (experimental)
|
||||||
|
|
||||||
|
|
||||||
# 1.4 (2017/9/30)
|
# 1.4 (2017/9/30)
|
||||||
|
@ -19,10 +19,13 @@ User-visible changes in the hledger CLI tool. See also hledger-lib.
|
|||||||
|
|
||||||
* import: the output of --dry-run is now valid journal format
|
* import: the output of --dry-run is now valid journal format
|
||||||
|
|
||||||
|
* print: -B shows converted amounts again, as in 1.1, even without
|
||||||
|
-x. #551 (Mykola Orliuk, Simon Michael)
|
||||||
|
|
||||||
* tag: the first argument now filters tag names, additional arguments
|
* tag: the first argument now filters tag names, additional arguments
|
||||||
filter transactions (#261)
|
filter transactions (#261)
|
||||||
|
|
||||||
* allow ansi-terminal 0.8, megaparsec 6.3.0
|
* remove upper bounds on all but hledger* and base (experimental)
|
||||||
|
|
||||||
|
|
||||||
# 1.4 (2017/9/30)
|
# 1.4 (2017/9/30)
|
||||||
|
Loading…
Reference in New Issue
Block a user