osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hledger revision:18, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hledger?expand=0&rev=19
This commit is contained in:
2021-01-15 10:54:20 +00:00
committed by Git OBS Bridge
parent d34c9e4a35
commit bf13fad3bd
4 changed files with 43 additions and 5 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Fri Jan 15 08:54:56 UTC 2021 - psimons@suse.com
- Update hledger to version 1.20.3.
# 1.20.3 2021-01-14
- When searching for price chains during valuation/currency conversion:
- It no longer hangs when there are price loops. (And in case of
future bugs, it will give up rather than search forever.) (#1439)
- It now really finds the shortest path. (#1443)
- Useful progress info is displayed with `--debug=1` or `--debug=2`.
- balance, incomestatement: End-valued multi-period balance change
reports (eg: `bal -MV`) have been reverted to show value-of-change,
as in previous hledger versions, rather than change-of-value, for
now. (#1353, #1428) (Stephen Morgan)
- balance: End-valued balance change reports now choose the same final
valuation date and show consistent results whether single-period or
multi-period. (#1424) (Stephen Morgan)
- balance: the `--drop` option now works with `csv` and `html` output.
(#1456) (Ilya Konovalov)
- check: the `commodities` check, and `-s`/`--strict` mode, now ignore
the "AUTO" internal pseudo-commodity. (#1419) (Ilya Konovalov)
- register: Then-valued multi-period register reports
(eg: `register -M --value=then`) now calculate the correct values.
(#1449) (Stephen Morgan)
- roi: now shows a better error message when required prices are
missing. (#1446) (Dmitry Astapov)
- The no-symbol commodity's input number format can now be set by a
`commodity` directive, like other commodities. (#1461)
-------------------------------------------------------------------
Tue Dec 29 21:16:52 UTC 2020 - psimons@suse.com