summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2020-12-28 09:59:57 +0100
committerGeorg Brandl <georg@python.org>2020-12-28 09:59:57 +0100
commit287b606c511c5c2456bec55c37ed2751f94eb1ae (patch)
tree9d8350a241efc185887649577ebb1e78afda7519
parentc1da0dc29bbe5307c50ec66576f596388e590eb1 (diff)
downloadpygments-git-287b606c511c5c2456bec55c37ed2751f94eb1ae.tar.gz
add some changelogs
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 583509cf..7b7a3054 100644
--- a/CHANGES
+++ b/CHANGES
@@ -23,6 +23,8 @@ Version 2.7.4
- Fixed a few inefficient regexes for guessing lexers
- Fixed the raw token lexer handling of Unicode (#1616)
- Lex trailing whitespace as part of the prompt in shell lexers (#1645)
+- Add missing ONLY keyword to Fortran (#1635)
+- Add missing regex flags to JS/TS/... lexers (#1647)
Thanks to Google's OSS-Fuzz project for finding many of these bugs.