File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ # 1.2.0
2+ * [ FEATURE] strips mt940 header if configured ([ #9 ] ( https://github.com/railslove/cmxl/issues/9 ) )
3+ ``` ruby
4+ Cmxl .config[:strip_headers ] = true
5+ ```
6+
17# 1.1.1
28 * [BUGFIX ] prevents short bank references from swallowing supplementary details delimiter
39
410# 1.1.0
5- * [ FEATURE] adds support for supplementary details in transactions (Field 61, Subfield 9) (#18 )
11+ * [FEATURE ] adds support for supplementary details in transactions (Field 61 , Subfield 9 ) ([ # 18](https://github.com/railslove/cmxl/issues/18) )
612
713# 1.0.0
8- * [ FEATURE] adds support for storno transactions (#14 )
14+ * [FEATURE ] adds support for storno transactions ([ # 14](https://github.com/railslove/cmxl/issues/14) )
915 * [NOTE ] full backwards compatibility
1016 * [NOTE ] same as release 0.2 .2 , fixing versioning
1117
1622 * MT942 support for field 13
1723
1824# 0.2.0
19- * added several balance related accessors (# 7 )
20- * configuration option for ` statement separator ` (# 5 )
25+ * added several balance related accessors ([ # 7](https://github.com/railslove/cmxl/issues/7) )
26+ * configuration option for ` statement separator` ([ # 5](https://github.com/railslove/cmxl/issues/5) )
2127 * improvement for general compatibility
2228
2329# 0.1.3
Original file line number Diff line number Diff line change 11module Cmxl
2- VERSION = '1.1.1 '
2+ VERSION = '1.2.0 '
33end
You can’t perform that action at this time.
0 commit comments