From cf7de57836ad721b507740df51746c6b272c08a1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 18 Mar 2020 16:17:13 -0700 Subject: [PATCH] ;update changelogs --- CHANGES.md | 21 +++++++++++++++++++++ hledger-lib/CHANGES.md | 4 +++- hledger-ui/CHANGES.md | 4 ++++ hledger-web/CHANGES.md | 2 ++ hledger/CHANGES.md | 14 ++++++++++++++ 5 files changed, 44 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e2c42e1da..5e2bdf311 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,27 @@ General/project-related changes in the hledger project. 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 - hledger-install: re-enable installation of hledger-iadd & hledger-interest. diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index c3109f8a6..fd8122f9d 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -1,7 +1,9 @@ Internal/api/developer-ish changes in the hledger-lib (and hledger) packages. 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) diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index a69e68128..b8ed9d0cc 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -1,6 +1,10 @@ User-visible changes in hledger-ui. See also the hledger changelog. +# c1488db4 + +- ui: fix a regression, empty register of depth-limited account (fix #1208) + # 1.17 2020-03-01 - don't enable --auto by default diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index c7ac86a09..e68e0468a 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -1,6 +1,8 @@ User-visible changes in hledger-web. See also the hledger changelog. +# 70e85d8e + # 1.17 2020-03-01 - Fonts have been improved on certain platforms. (David Zhang) diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 635b3c84b..74b12df9e 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -1,6 +1,20 @@ 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 ## General