···11+### v3.2.0 (2019-04-04)
22+33+* `Base64_rfc2045.decode` can now progress on many input errors, allowing
44+ clients to make forward progress by discarding a single character and
55+ trying to continue. This allows, for example, newlines and other invalid
66+ characters to be discarded. (#34 @tiash, review by @dinosaure @avsm)
77+* Add more test cases for RFC2045 (#34 @dinosaure)
88+* Improve README toplevel output example (#28 @djs55)
99+110### v3.1.0 (2019-02-03)
211312* Add `Base64.encode_string` that doesn't raise or return an error.