From 1206d1f42108c100934ee2d9c2d1bd247a9a61bc Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 27 Apr 2021 10:41:45 +0100 Subject: [PATCH] Prepare release --- CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 8e53bd42..4e815db6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,17 @@ +### v1.1 + +- Update to latest X509, TCP and TLS APIs (@talex5 @hannesm #228). + +- Add `Service.fail_lwt` convenience function (@talex5 #229). + +- Remove confusing debug details from `call_for_value_exn` errors (@talex5 #230). + The hidden information is now logged (at debug level) instead. + +- Configure TCP keep-alives for incoming connections, not just outgoing ones (@talex5 #227). + This is needed when the client machine crashes without resetting the connection. + +- Include version number in opam license field (@talex5 #226). + ### v1.0 - Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek #224).