;doc: changelog updates
This commit is contained in:
parent
35e70e8f36
commit
e032eff8eb
@ -1,6 +1,12 @@
|
||||
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
|
||||
For user-visible changes, see the hledger package changelog.
|
||||
|
||||
# 0ce890e5
|
||||
|
||||
- Drop unnecessary mtl-compat dependency
|
||||
|
||||
- Fix building with GHC 8.0, 8.2
|
||||
|
||||
# 1.16 2019-12-01
|
||||
|
||||
- drop support for GHC 7.10, due to MonadFail hassles in JournalReader.hs
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
User-visible changes in hledger-web.
|
||||
See also the hledger changelog.
|
||||
|
||||
# 0ce890e5
|
||||
|
||||
- Drop unnecessary mtl-compat dependency
|
||||
|
||||
# 1.16 2019-12-01
|
||||
|
||||
- add support for GHC 8.8, base-compat 0.11 (#1090).
|
||||
|
||||
@ -1,5 +1,10 @@
|
||||
User-visible changes in the hledger command line tool and library.
|
||||
|
||||
# 0ce890e5
|
||||
|
||||
- Drop unnecessary mtl-compat dependency
|
||||
|
||||
- Fix building with GHC 8.0, 8.2
|
||||
|
||||
# 1.16 2019-12-01
|
||||
|
||||
@ -59,15 +64,14 @@ User-visible changes in the hledger command line tool and library.
|
||||
|
||||
- roi: don't give an error with empty input data (Dmitry Astapov)
|
||||
|
||||
- tests: unit tests are now run by tasty (#1090).
|
||||
- tests: unit tests are now run by tasty, and show coloured output by default (#1090).
|
||||
Test running options have changed, see the command help.
|
||||
Some unit tests have been collapsed, so the reported test count has
|
||||
dropped a little.
|
||||
|
||||
## journal format
|
||||
|
||||
- journal: fix generation of periodic transactions with
|
||||
days/months/... repeat (Dmitry Astapov)
|
||||
- fix generation of periodic transactions with days/months/... repeat (Dmitry Astapov)
|
||||
|
||||
## csv format
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user