Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed May 10, 2020
1 parent 4519e54 commit a71535a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Changes marked with '*' indicates a changes that breaks backward compatibility
[ ] Add namespaces to attributes
[ ] Make sure List.map is tail recursive for list types

5.1.0 (02-01-2020)
5.1.1 (2020-05-10)
[x] Add xmlm driver for xml (by Nick Betteridge)


5.1.0 (2002-02-01)
[x] Add support for primitive type 'bytes'
[x] Add of_<driver>_exn for deserializing of Driver.t
[x] Dont depend on ppxlib for the runtime
Expand Down
1 change: 1 addition & 0 deletions ppx_protocol_conv.opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ ppx_protocol_conv_json (Yojson.Safe.json)
ppx_protocol_conv_jsonm (Ezjson.value)
ppx_protocol_conv_msgpack (Msgpck.t)
ppx_protocol_conv_xml-light (Xml.xml)
ppx_protocol_conv_xmlm (Xmlm.node)
ppx_protocol_conv_yaml (Yaml.value)"""

0 comments on commit a71535a

Please sign in to comment.