Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] base64 (3.2.0) #13823

Merged
merged 1 commit into from
Apr 4, 2019
Merged

[new release] base64 (3.2.0) #13823

merged 1 commit into from
Apr 4, 2019

Conversation

avsm
Copy link
Member

@avsm avsm commented Apr 4, 2019

Base64 encoding for OCaml

CHANGES:

CHANGES:

* `Base64_rfc2045.decode` can now progress on many input errors, allowing
  clients to make forward progress by discarding a single character and
  trying to continue.  This allows, for example, newlines and other invalid
  characters to be discarded. (mirage/ocaml-base64#34 @tiash, review by @dinosaure @avsm)
* Add more test cases for RFC2045 (mirage/ocaml-base64#34 @dinosaure)
* Improve README toplevel output example (mirage/ocaml-base64#28 @djs55)
@camelus
Copy link
Contributor

camelus commented Apr 4, 2019

☀️ All lint checks passed 93b60da
  • These packages passed lint tests: base64.3.2.0

☀️ Installability check (10931 → 10932)
  • new installable packages (1): base64.3.2.0

@mseri
Copy link
Member

mseri commented Apr 4, 2019

Thanks!

@mseri mseri merged commit 7e91cd5 into ocaml:master Apr 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants