From e03510cacb13f9034db7a090ae876015c3bd9c3d Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Wed, 25 Nov 2020 17:41:42 +0100 Subject: [PATCH] changes for 1.3.0 --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c374d2c..bc180c1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +### v1.3.0 (2020-11-25) + +* Revise packaging: charrua-client-lwt and charrua-client-mirage are now + available as charrua-client.lwt and charrua-client.mirage (#110 @hannesm) +* Dhcp_ipv4 directly uses Dhcp_client_mirage (instead of an abstract module + interface being passed) (#110 @hannesm) +* Fix sending of client_identifier with appropriate type as sent by the client + (#98 @hannesm, reported in #84 by @lynxis) + ### v1.2.2 (2020-06-22) * Support for ipaddr 5.0.0 and tcpip 5.0.0 (#109 @hannesm)