summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-01-31 16:17:06 +0100
committerJean Abou Samra <jean@abou-samra.fr>2023-01-31 16:17:06 +0100
commit94566ea3bf85190f21cb347ef5df7e5033e43b0f (patch)
tree96eac2a30ec5418569cf82e2fda81eeeab133b86
parentc467d61ccf23d24cba47957e6e0dde790b94136f (diff)
downloadpygments-git-94566ea3bf85190f21cb347ef5df7e5033e43b0f.tar.gz
Update CHANGES
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4d6b7d68..d80add4b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ Version 2.15.0
- Declare support for Python 3.11 and drop support for Python 3.6 (#2324).
- Update ``native`` style to improve contrast (#2325).
+- Revert a change that made guessing lexers based on file names slower
+ on Python 3.10 and older (#2328).
Version 2.14.0
--------------