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
+
1
7
# 1.1.1
2
8
* [BUGFIX ] prevents short bank references from swallowing supplementary details delimiter
3
9
4
10
# 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) )
6
12
7
13
# 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) )
9
15
* [NOTE ] full backwards compatibility
10
16
* [NOTE ] same as release 0.2 .2 , fixing versioning
11
17
16
22
* MT942 support for field 13
17
23
18
24
# 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) )
21
27
* improvement for general compatibility
22
28
23
29
# 0.1.3
Original file line number Diff line number Diff line change 1
1
module Cmxl
2
- VERSION = '1.1.1 '
2
+ VERSION = '1.2.0 '
3
3
end
You can’t perform that action at this time.
0 commit comments