doc: changelog tweaks

This commit is contained in:
Simon Michael 2016-12-10 08:53:37 -08:00
parent 37b7ebfe22
commit 6edb86e33e

View File

@ -94,18 +94,15 @@ See also the package change logs.
## ledger format ## ledger format
- add an alternate reader for C++ Ledger journals, based on ledger-parse from the ledger4 project. - use ledger-parse from the ledger4 project as an alternate reader for C++ Ledger journals
This reader is not used automatically, you must select it with a `ledger:` prefix. The idea is that some day we might get better compatibility with Ledger files this way.
Currently only the bare minimum of the raw parsed data is used: Right now this reader is not very useful and will be used only if you explicitly select it with a `ledger:` prefix.
transaction dates/descriptions and posting accounts/amounts, It parses transaction dates, descriptions, accounts and amounts, and ignores everything else.
with the rest being ignored. Amount parsing is delegated to hledger's journal parser, and malformed amounts might be silently ignored.
Amounts are parsed the same way as in the hledger journal format. This adds at least some of the following as new dependencies for hledger-lib:
Malformed amounts might be ignored instead of error-reported. parsers, parsec, attoparsec, trifecta.
This adds some or all of these as new dependencies for hledger-lib:
parsers, parsec, attoparsec, trifecta
# 1.0.1 (2016/10/27) # 1.0.1 (2016/10/27)