Skip to content

Commit ca62085

Browse files
committed
Update changelog
1 parent d4a6aa3 commit ca62085

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

Changelog

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
-*- mode: fundamental -*-
22

33
Changes marked with '*' indicates a changes that breaks backward compatibility
4-
[ ] Support extensible polymorphic variants
5-
[x] Add support for primitive type 'bytes'
64

7-
5.1.0 (unreleased)
8-
[x] Add of_<driver>_exn for deserializing of Driver.t
5+
6+
[ ] Support extensible polymorphic variants
97
[ ] Switch to use result type for all serialization
108
[ ] Support attribute [@nobuiltin] attribute to treat types as abstract
119
[ ] Support Result.t, List.t, Option.t, Int.t, et. al
12-
[x] Dont depend on ppxlib for the runtime
13-
[x] Remove dependency on base
14-
[*] Support result type
1510
[ ] Add namespaces to attributes
1611
[ ] Make sure List.map is tail recursive for list types
1712

13+
5.1.0 (02-01-2020)
14+
[x] Add support for primitive type 'bytes'
15+
[x] Add of_<driver>_exn for deserializing of Driver.t
16+
[x] Dont depend on ppxlib for the runtime
17+
[x] Remove dependency on base
18+
[x] Support result type
19+
[x] Require ppx >= 0.9.0 => support ocaml 4.10 (Thanks kit-ty-kate)
20+
1821
5.0.0 (2019-04-19)
1922
[x] Add option make make lazy type indeed lazy
2023
[x] Add option to mangle variant names

0 commit comments

Comments
 (0)