File: CHANGELOG

package info (click to toggle)
python-mt940 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: python: 474; sh: 11; makefile: 6
file content (23 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Version 0.6.0 - 2021-09-18
* Remove support for Python older than 3.5
* Add support for Python 3.9

Version 0.5.0 - 2020-03-29
* Add support for Python 3.5, 3.6, 3.7, 3.8
* Do not fail on optional balances

Version 0.4 - 2017-07-05
* Allow to use file-like object
* Allow to define file encoding

Version 0.3 - 2016-01-27
* Add support for RegioBank description format
* Set a default description after setting a statement

Version 0.2 - 2015-04-29
* Add Statement description
* Renamed properties of Transaction to follow the norm
* Add support for ING specific description format

Version 0.1 - 2014-06-25
* Initial release