From 19806c17dc1c70c7c72c2f8fd5ecfdaa5853fd0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Wed, 11 Dec 2024 10:38:58 +0100 Subject: [PATCH] Update changes --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index 0ed7d0d13737..5fcafab3e9b1 100644 --- a/Changes +++ b/Changes @@ -110,6 +110,10 @@ Working version - #13504, #13625: Add `Thread.set_current_thread_name`. (Romain Beauxis, review by Gabriel Scherer and Antonin Décimo) +- #13???: Deprecate union sock_addr_union for struct sockaddr_storage + and socklen_param_type for socklen_t. + (Antonin Décimo, review by ?) + ### Tools: - #12019: ocamlc: add `align_double` and `align_int64` to `ocamlc -config`