Add CHANGES note for [GL #4327]

(cherry picked from commit 0e49a8422f)
This commit is contained in:
Ondřej Surý 2023-09-20 17:42:28 +02:00
parent 818f4dc3a7
commit cb57e77c68
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -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]
6252. [test] Python system tests have to be executed by invoking
pytest directly. Executing them with the legacy test
runner is no longer supported. [GL #4250]