CHANGELOG.md in ibandit-0.2.1 vs CHANGELOG.md in ibandit-0.3.0

- old
+ new

@@ -1,14 +1,21 @@ -## 0.2.1 - January 30, 2014 +## 0.3.0 - February 6, 2015 +- Move IBANBuilder interface into main IBAN class by overloading its constructor +- Move validation of local details input out of IBANBuilder into IBAN +- Split `IBAN.valid_length?` into individual checks on the length of bank code, branch code, and account number +- Return `nil` for fields which aren't present, rather than an empty string + +## 0.2.1 - January 30, 2015 + - Add Lithuania to IBANBuilder -## 0.2.0 - January 27, 2014 +## 0.2.0 - January 27, 2015 - Add GermanDetailsConverter -## 0.1.1 - January 8, 2014 +## 0.1.1 - January 8, 2015 - Add zero-padding to CheckDigit.spanish ## 0.1.0 - December 29, 2014