Skip to content

Commit

Permalink
docs: release 2.1 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
janz93 committed Jan 28, 2025
1 parent 007f8c3 commit a711838
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.mdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEXT release

# 2.1
- `[REFACTOR]` improve file parser to work with windows line breaks and any known header formats
- `[BUGFIX]` fix `strip_header` making it work on statements without headers
- `[HOUSEKEEPING]` use `main` instead of `master` as default branch
- `[ENHANCEMENT]` add support for ruby `3.4`

# 2.0
- `[REFACTOR]` **DEPRECATED:** `storno?` and related methods `storno_credit`, `storno_debit`. Use `reversal?` and related methods `reversal_credit?`, `reversal_debit?` instead
- `[BUGFIX]` **DEPRECATED:** `funds_code` method returns the `credit_debit_indicator` from the SWIFT definition. Therefore the method is deprecated in favor of `credit_debit_indicator` method
Expand Down
2 changes: 1 addition & 1 deletion lib/cmxl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cmxl
VERSION = '2.0'.freeze
VERSION = '2.1'.freeze
end

0 comments on commit a711838

Please sign in to comment.