summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJean Abou Samra <jean@abou-samra.fr>2023-03-01 00:58:35 +0100
committerJean Abou Samra <jean@abou-samra.fr>2023-03-01 01:01:47 +0100
commit97eb3d5ec7c1b3ea4fcf9dee30a2309cf92bd194 (patch)
treeb471f9d25c36f8f5c600b4d46caef65077828779 /CHANGES
parent5f8c54198ed6bf84c3e116fa72426aaf8b4e8f57 (diff)
downloadpygments-git-97eb3d5ec7c1b3ea4fcf9dee30a2309cf92bd194.tar.gz
SQL+Jinja: use a simpler regex in analyse_text
Fixes catastrophic backtracking Fixes #2355
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58eda730..23c07876 100644
--- a/CHANGES
+++ b/CHANGES
@@ -24,6 +24,7 @@ Version 2.15.0
parameters (#2359), improve lexing of variable variable syntax (#2358)
* Python: add missing builtins (#2334)
* Spice: update keywords (#2336)
+ * SQL+Jinja (``analyse_text`` method): fix catastrophic backtracking
- Declare support for Python 3.11 and drop support for Python 3.6 (#2324).
- Update ``native`` style to improve contrast (#2325).