;update changelogs

This commit is contained in:
Simon Michael 2020-03-18 16:17:13 -07:00
parent fe0253eddb
commit cf7de57836
5 changed files with 44 additions and 1 deletions

View File

@ -1,6 +1,27 @@
General/project-related changes in the hledger project. General/project-related changes in the hledger project.
For package-specific changes, see the package changelogs. For package-specific changes, see the package changelogs.
# fe0253ed
- shake: use script command, allow running without compiling first
- install: bump resolver to lts-15.4
- install: bump hledger-interest to 1.5.4
- examples: another coinbase example, contributed
- new CI (continuous integration) tests, using Github Actions.
Thanks to Travis and Appveyor for their service to date.
Improvements:
- one CI service instead of several
- more closely integrated with code repo
- tests run on the three main platforms (linux, mac, windows)
- harmless commits are ignored automatically ([ci skip] no longer needed for doc commits)
- multi-GHC-version testing
- haddock testing
# 1.17 2020-03-01 # 1.17 2020-03-01
- hledger-install: re-enable installation of hledger-iadd & hledger-interest. - hledger-install: re-enable installation of hledger-iadd & hledger-interest.

View File

@ -1,7 +1,9 @@
Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. Internal/api/developer-ish changes in the hledger-lib (and hledger) packages.
For user-visible changes, see the hledger package changelog. For user-visible changes, see the hledger package changelog.
# e0dde6fe # abc53024
- added: debug helpers traceAt, traceAtWith
- Journal is now a Semigroup, not a Monoid (since <> is right-biased). (Stephen Morgan) - Journal is now a Semigroup, not a Monoid (since <> is right-biased). (Stephen Morgan)

View File

@ -1,6 +1,10 @@
User-visible changes in hledger-ui. User-visible changes in hledger-ui.
See also the hledger changelog. See also the hledger changelog.
# c1488db4
- ui: fix a regression, empty register of depth-limited account (fix #1208)
# 1.17 2020-03-01 # 1.17 2020-03-01
- don't enable --auto by default - don't enable --auto by default

View File

@ -1,6 +1,8 @@
User-visible changes in hledger-web. User-visible changes in hledger-web.
See also the hledger changelog. See also the hledger changelog.
# 70e85d8e
# 1.17 2020-03-01 # 1.17 2020-03-01
- Fonts have been improved on certain platforms. (David Zhang) - Fonts have been improved on certain platforms. (David Zhang)

View File

@ -1,6 +1,20 @@
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# 70e85d8e
- csv: amount1 no longer forces a second posting or second posting amount.
The "special handling for pre 1.17 rules" should now be less
noticeable. amount1/amount2 no longer force a second posting or
explicit amounts on both postings. (Only amount/amount-in/amount-out
do that.) Error messages and handling of corner cases may be more
robust, also.
- journal: a commodity directive without decimal mark now gives a more
verbose error message with examples
- journal: inclusive balance assignments now work (#1207)
# 1.17 2020-03-01 # 1.17 2020-03-01
## General ## General