The unpac monorepo manager self-hosting as a monorepo using unpac

release v3.2.0

+9
+9
CHANGES.md
··· 1 + ### v3.2.0 (2019-04-04) 2 + 3 + * `Base64_rfc2045.decode` can now progress on many input errors, allowing 4 + clients to make forward progress by discarding a single character and 5 + trying to continue. This allows, for example, newlines and other invalid 6 + characters to be discarded. (#34 @tiash, review by @dinosaure @avsm) 7 + * Add more test cases for RFC2045 (#34 @dinosaure) 8 + * Improve README toplevel output example (#28 @djs55) 9 + 1 10 ### v3.1.0 (2019-02-03) 2 11 3 12 * Add `Base64.encode_string` that doesn't raise or return an error.