- Use "Wertstellung" instead of "Belegdatum" for transaction dates in `CreditImporter` (thanks [nils-werner])
0.10.0
- Add `meta_code` parameter to `ECImporter` (thanks [bratekarate])
0.9.0
- Support credit data exports containing "Zeitraum" instead of "Von"/"Bis" dates - Update `CreditImporter.file_date` return value (end date if the export contains start/end dates, otherwise the date of the export itself)
0.8.3
- Enable support for Python 3.9 - Drop support for Python 3.5
0.8.2
- Return date of last transaction from `file_date` for `CreditImporter`
0.8.1
- Add account number to narration if there's no transfer text (thanks [tbm]) - Add optional parameter `existing_entries` to `extract()` (thanks [tbm])