From 3a5e259895acef979a0fab8bb59d396e1bccead0 Mon Sep 17 00:00:00 2001 From: dinosaure Date: Mon, 8 Feb 2021 11:46:48 +0100 Subject: [PATCH] Prepare v3.5.0 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d95e6bf..950f85f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +### v3.5.0 (2021-02-08) + +- Fix support for `x-compilation` (@samoht, #44) +- Update to `dune.2.0` and apply `ocamlformat` (@samoht, #45) +- Select `unsafe.ml` only with `dune` (@emillon, #46) +- Remove indirect dependecy to `ocamlfind` (@kit-ty-kate, #49) +- Hide internals of `base64` and return a `string` as the alphabet (@reynir, #48) + **breaking chnages** `Base64.alphabet` is updated and return a simple `string` now + ### v3.4.0 (2020-03-13) - Fix tests about `alcotest.1.0.0` (@dinosaure, #40)