Skip to content

Commit

Permalink
Update README for release
Browse files Browse the repository at this point in the history
  • Loading branch information
barend committed Apr 3, 2021
1 parent 6c26041 commit 7fe4c6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ Obtain an `IBAN` instance using one of the static factory methods: `valueOf( )`

### Version History

#### 1.9.0: unreleased
#### 1.9.0: 3 April 2021
* Compatible change: utility functions in `CountryCodes` now accept `java.lang.CharSequence` (was String).
* New API: `IBAN.compose(CharSequence, CharSequence)`.
* New API: `Modulo97.calculateCheckDigits(CharSequence, CharSequence)`.
* New API method: `IBAN.compose(CharSequence, CharSequence)`.
* New API method: `Modulo97.calculateCheckDigits(CharSequence, CharSequence)`.
* France (FR): add branch identifier ([#30][i30])
* Update to revision 89 of the SWIFT IBAN Registry
* Andorra (AD): is now SEPA
Expand Down

0 comments on commit 7fe4c6c

Please sign in to comment.