;doc: 1.15.2 changelogs

[ci skip]
This commit is contained in:
Simon Michael 2019-09-05 15:35:59 -07:00
parent 7ae75022bf
commit 89c3011df4
2 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,13 @@
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.
# 1.15.2 2019-09-05
Changes:
- postingApplyValuation, mixedAmountApplyValuation, amountApplyValuation
take an argument, the report end date if one was specified.
# 1.15.1 2019-09-02 # 1.15.1 2019-09-02
- fix failing doctests - fix failing doctests

View File

@ -1,6 +1,16 @@
User-visible changes in the hledger command line tool and library. User-visible changes in the hledger command line tool and library.
# 1.15.2 2019-09-05
- -V and -X now respect a report end date (set with -e or -p or date:)
when choosing the valuation date (which determines the market prices
used). This is how -V works in hledger 1.14 and Ledger, and it means
that -V isn't exactly equivalent to either --value=end or
--value=now. Possibly some other corner cases in valuation have been
fixed as well. "Effect of --value on reports" in the hledger manual
has been updated and is more accurate.
# 1.15.1 2019-09-02 # 1.15.1 2019-09-02
- add commodities, descriptions, diff, notes, payees commands to manual - add commodities, descriptions, diff, notes, payees commands to manual