Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
diff --git a/Misc/NEWS b/Misc/NEWS
index ce0ed51..5c03887 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,8 @@
 Library
 -------
 
+- Issue #17381: Fixed ranges handling in case-insensitive regular expressions.
+
 - Issue #19329: Optimized compiling charsets in regular expressions.
 
 - Issue #22410: Module level functions in the re module now cache compiled