From 3123337af07d018fbb6c5850045eb5a0bfb809bc Mon Sep 17 00:00:00 2001 From: Jeremy Yallop Date: Sat, 16 Feb 2019 17:03:06 +0000 Subject: [PATCH] Update CHANGES for 0.3.0 --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a3c44240..d0d423d5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +v0.3.0 2019-02-15 +----------------- +* Drop 4.01 support (@yallop, #23) +* Add equal and pp to the output signatures (@emillon, #22) +* Dune port (@rgrinberg, #21) +* Add UInt64.(of|to)_uint32 (@yallop, #17) + v0.2.2 2016-12-19 ----------------- * Fix truncation in UInt64.of_int; remove other uses of `Val_int`/`Int_val`