Skip to content

Commit

Permalink
Update CHANGELOG for 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Bubniak committed Jan 3, 2020
1 parent b4fcbc0 commit aaec8ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.3.0

* Do not use regexp to validate swift codes.
* Optimize calculateMod to not use strconv.ParseInt.
* Refactor bban validation.
* Move bban structure to iban to eliminate duplicate parsing.
* Drop fmt.Sprintf usage in calculateCheckDigit.
* Drop fmt.Sprintf usage in favour of string concat to save allocations.
* Refactor iban country code validation.
* Deprecate New and use Parse instead.
* Add support for Belarus iban.

## 0.2.0

* Add padding support to fix the Mauritius account number.
Expand Down

0 comments on commit aaec8ac

Please sign in to comment.