-
Notifications
You must be signed in to change notification settings - Fork 5
/
CHANGES
37 lines (28 loc) · 990 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
0.9.1 (Oct 2012):
* Switch build system to OASIS (Paolo Donadeo)
* Make building and running tests optional
0.9.0 (Oct 2012):
* Support (and require) type_conv-108.07.00+
* Generate simpler p4_value top-level bindings
0.8.5 (Sep 2012):
* Add support for dyntype in the toplevel
* Fix test suite compilation
0.8.4 (Aug 2012):
* Fixes for compilation under ocaml-4.00.0
0.8.3 (Jun 2012):
* Only install the packed `Dyntype` and `Pa_dyntype` files
* Build fixes for type-conv-3.x
0.8.1 (Nov 2010):
* ocamlbuild support
0.8.0 (Nov 2010):
* Distinguish more types in `Types.t`
* Put all the camlp4 utility functions in a separate file
0.7.2 (Nov 2010):
* Better error message when a type is not supported by dyntype
* Fix issue with order of arguments in sum types (from W. Le Ferrand)
* Improve the way to customize ID generation
* Better support for missing values that map to option types
0.7.1 (Feb 2010):
* Build fixes for some UNIX shells
0.7 (Feb 2010):
* Initial public release