From 0e49a8422fa54020d2d7543ab02bcd2049b4afff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 20 Sep 2023 17:42:28 +0200 Subject: [PATCH] Add CHANGES note for [GL #4327] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 6c0ba022b1..ad52987e2f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6254. [cleanup] Add semantic patch to do an explicit cast from char + to unsigned char in ctype.h class of functions. + [GL #4327] + 6253. [cleanup] Remove the support for control channel over Unix Domain Sockets. [GL #4311]