Skip to content

Commit

Permalink
Merge pull request #83 from mseri/master
Browse files Browse the repository at this point in the history
Prepare to release 3.2.0
  • Loading branch information
mseri authored Mar 5, 2018
2 parents 4d795dc + 38f17ae commit 3f62134
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.2.0 (Mar 2018)
* idl.ml: make server check for completeness of the implementation
* idl.mli: hide details of server impl
* Add a space to store test data in an abstract type
* Add the type name to the ppx-generated variant value
* Improve the markdown documentation generator.
* idl: enforce use of 'internal_error_of' in Error.Make

3.1.0 (Feb 2018)
* ppx_deriving_rpcty: use native split_on_char on ocaml >= 4.04.0
* ppx_deriving_rpcty: Fix 'Warning 27: unused variable x.' on deriving rpcty for structs
Expand Down
4 changes: 2 additions & 2 deletions _oasis
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
OASISFormat: 0.4
Name: rpclib
Version: 3.1.0
Version: 3.2.0
Synopsis: RPC library
Authors: Thomas Gazagnaire, Jon Ludlam
License: ISC
Plugins: META(0.4)
BuildTools: ocamlbuild
AlphaFeatures: ocamlbuild_more_args
XOCamlbuildPluginTags: package(cppo_ocamlbuild)
OCamlVersion: >= 4.02
OCamlVersion: >= 4.03


Flag js
Expand Down

0 comments on commit 3f62134

Please sign in to comment.