;changelogs: typo, fix hledger-web item

This commit is contained in:
Simon Michael 2020-03-19 14:26:55 -07:00
parent 495dfa37a4
commit 6e37d11bdd
4 changed files with 7 additions and 9 deletions

View File

@ -8,7 +8,7 @@ For user-visible changes, see the hledger package changelog.
- require newer Decimal, math-functions libs to ensure consistent - require newer Decimal, math-functions libs to ensure consistent
rounding behaviour, even when built with old GHCs/snapshots. rounding behaviour, even when built with old GHCs/snapshots.
hledger uses banker's rounding (rounds to nearest even number, eg 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 - added: debug helpers traceAt, traceAtWith

View File

@ -15,7 +15,7 @@ See also the hledger changelog.
- require newer Decimal, math-functions libs to ensure consistent - require newer Decimal, math-functions libs to ensure consistent
rounding behaviour, even when built with old GHCs/snapshots. rounding behaviour, even when built with old GHCs/snapshots.
hledger uses banker's rounding (rounds to nearest even number, eg 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 # 1.17 2020-03-01

View File

@ -5,12 +5,10 @@ See also the hledger changelog.
# 1.17.1 2020-03-19 # 1.17.1 2020-03-19
- require newer Decimal, math-functions, fixing inconsistent rounding - require newer Decimal, math-functions libs to ensure consistent
Decimal 0.5.1+ changed to banker's rounding (round to nearest even rounding behaviour, even when built with old GHCs/snapshots.
number), and math-functions 0.3.3.0 (used by roi) fixed various hledger uses banker's rounding (rounds to nearest even number, eg
precision-related issues. Now we require the latest versions of these. 0.5 displayed with zero decimal places is "0").
This was causing some functional test failures when building with old
GHCs/snapshots.
# 1.17 2020-03-01 # 1.17 2020-03-01

View File

@ -24,7 +24,7 @@ User-visible changes in the hledger command line tool and library.
- require newer Decimal, math-functions libs to ensure consistent - require newer Decimal, math-functions libs to ensure consistent
rounding behaviour, even when built with old GHCs/snapshots. rounding behaviour, even when built with old GHCs/snapshots.
hledger uses banker's rounding (rounds to nearest even number, eg 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 # 1.17 2020-03-01