From 1c2b0c96e4702ea89c077a383bfaeffeb01e4d67 Mon Sep 17 00:00:00 2001 From: Marcello Seri Date: Wed, 17 Jan 2018 10:16:04 +0000 Subject: [PATCH] Prepare to release 2.3.0 Signed-off-by: Marcello Seri --- CHANGES | 10 ++++++++++ _oasis | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index bfae1212..0ae6be0b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,13 @@ +2.3.0 (Jan 2018) +* For tuple contains more than 2 elements, fix the element order when deriving rpcty +* pythongen, rpc_genfake: improved failures for Abstract types +* cmdlinergen: implement Abstract +* add support for ocaml 4.06 +* Remove unnecessary warnings +* Add failable tests for ocaml-4.06 +* opam: add upper bound to async +* opam: remove [configure] from the build stanza + 2.2.0 (Dec 2017) * Remove warnings by extending pattern matches in {cmdliner,markdown}gen * Redefined `to_a` with a safer interface diff --git a/_oasis b/_oasis index 4faf61c0..df79bf4a 100644 --- a/_oasis +++ b/_oasis @@ -1,6 +1,6 @@ OASISFormat: 0.4 Name: rpclib -Version: 2.2.0 +Version: 2.3.0 Synopsis: RPC library Authors: Thomas Gazagnaire, Jon Ludlam License: ISC