- Add FromStr impl for simplified_ledger::Ledger (thanks to Tim Bates)
- Apply parsed Transaction metadata to Postings in simplified_ledger::Ledger (thanks to Tim Bates)
- Rename SimplificationError to Error and wrap ledger_parser::ParseError into it (thanks to Tim Bates)
- Remove zero-balance accounts from Balance when adding transactions (thanks to Tim Bates)
- Update ledger-parser to 6
- Simplified ledger - handle currency exchanges
- Prices API change - allow initializing with multiple ledgers
- Calculate omitted amounts (thanks to Tim Bates)
- Update ledger-parser to 5
- Initial version