--- /dev/null
+What's new in Tornado 6.5.4
+===========================
+
+Dec 15, 2025
+------------
+
+Bug fixes
+~~~~~~~~~
+
+- The ``in`` operator for ``HTTPHeaders`` was incorrectly case-sensitive, causing
+ lookups to fail for headers with different casing than the original header name.
+ This was a regression in version 6.5.3 and has been fixed to restore the intended
+ case-insensitive behavior from version 6.5.2 and earlier.
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
-version = "6.5.3"
-version_info = (6, 5, 3, 0)
+version = "6.5.4"
+version_info = (6, 5, 4, 0)
import importlib
import typing