From 6e37d11bdd5e92f6f1e0b6bcb857d7609125b12d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 19 Mar 2020 14:26:55 -0700 Subject: [PATCH] ;changelogs: typo, fix hledger-web item --- hledger-lib/CHANGES.md | 2 +- hledger-ui/CHANGES.md | 2 +- hledger-web/CHANGES.md | 10 ++++------ hledger/CHANGES.md | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) diff --git a/hledger-lib/CHANGES.md b/hledger-lib/CHANGES.md index a9d8cf403..039f1ca7e 100644 --- a/hledger-lib/CHANGES.md +++ b/hledger-lib/CHANGES.md @@ -8,7 +8,7 @@ For user-visible changes, see the hledger package changelog. - require newer Decimal, math-functions libs to ensure consistent rounding behaviour, even when built with old GHCs/snapshots. hledger uses banker's rounding (rounds to nearest even number, eg - 0.5 with with zero decimal places is "0"). + 0.5 displayed with zero decimal places is "0"). - added: debug helpers traceAt, traceAtWith diff --git a/hledger-ui/CHANGES.md b/hledger-ui/CHANGES.md index d2ee06b1e..5b793147c 100644 --- a/hledger-ui/CHANGES.md +++ b/hledger-ui/CHANGES.md @@ -15,7 +15,7 @@ See also the hledger changelog. - require newer Decimal, math-functions libs to ensure consistent rounding behaviour, even when built with old GHCs/snapshots. hledger uses banker's rounding (rounds to nearest even number, eg - 0.5 with with zero decimal places is "0"). + 0.5 displayed with zero decimal places is "0"). # 1.17 2020-03-01 diff --git a/hledger-web/CHANGES.md b/hledger-web/CHANGES.md index d0ec2a6a7..515b68f54 100644 --- a/hledger-web/CHANGES.md +++ b/hledger-web/CHANGES.md @@ -5,12 +5,10 @@ See also the hledger changelog. # 1.17.1 2020-03-19 -- require newer Decimal, math-functions, fixing inconsistent rounding - Decimal 0.5.1+ changed to banker's rounding (round to nearest even - number), and math-functions 0.3.3.0 (used by roi) fixed various - precision-related issues. Now we require the latest versions of these. - This was causing some functional test failures when building with old - GHCs/snapshots. +- require newer Decimal, math-functions libs to ensure consistent + rounding behaviour, even when built with old GHCs/snapshots. + hledger uses banker's rounding (rounds to nearest even number, eg + 0.5 displayed with zero decimal places is "0"). # 1.17 2020-03-01 diff --git a/hledger/CHANGES.md b/hledger/CHANGES.md index 1db874474..cdd38f3ea 100644 --- a/hledger/CHANGES.md +++ b/hledger/CHANGES.md @@ -24,7 +24,7 @@ User-visible changes in the hledger command line tool and library. - require newer Decimal, math-functions libs to ensure consistent rounding behaviour, even when built with old GHCs/snapshots. hledger uses banker's rounding (rounds to nearest even number, eg - 0.5 with with zero decimal places is "0"). + 0.5 displayed with zero decimal places is "0"). # 1.17 2020-03-01