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