We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2320eed commit 6c6e76cCopy full SHA for 6c6e76c
CHANGES.md
@@ -1,12 +1,14 @@
1
-## unreleased
+## v1.0 (2019-01-17)
2
3
This release splits the Lwt package into a separate
4
-`rawlink.lwt` ocamlfind package.
+`rawlink.lwt` ocamlfind package. Existing users of `Lwt_rawlink`
5
+can just rename the ocamlfind package `rawlink` to `rawlink.lwt`
6
+to get the previous functionality.
7
-* Add a `dhcp_client_filter` for DHCP client port
-* Rename `dhcp_filter` to `dhcp_server_filter`
8
+* Add a `dhcp_client_filter` for DHCP client port (#8 by @yomimono)
9
+* Rename `dhcp_filter` to `dhcp_server_filter` (#8 by @yomimono)
10
* Support Lwt 4.0 (#10 by @hannesm)
-* Port build system to Dune (@avsm)
11
+* Port build system to Dune (#11 by @avsm)
12
13
## 0.7 (2017-11-26)
14
0 commit comments