summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthäus G. Chajdas <dev@anteru.net>2021-01-12 07:48:31 +0100
committerMatthäus G. Chajdas <dev@anteru.net>2021-01-12 07:48:31 +0100
commite411506a23a39f4487ecc36afb616cc4715eb571 (patch)
tree01ecc96e1f6c4320966b6590182b6c78055b15b0
parent275e34d8f0d265bd474f269471b41c635fe559ff (diff)
downloadpygments-git-e411506a23a39f4487ecc36afb616cc4715eb571.tar.gz
Prepare for 2.7.4 release.
-rw-r--r--CHANGES13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 084d4930..0d129007 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,22 +14,24 @@ Version 2.8.0
Version 2.7.4
-------------
-(released January 9, 2021)
+(released January 12, 2021)
- Updated lexers:
- Apache configurations: Improve handling of malformed tags (#1656)
- - Crystal (#1650)
+ - CSS: Add support for variables (#1633, #1666)
+ - Crystal (#1650, #1670)
- Coq (#1648)
- - Fortran: Add missing ``ONLY`` keyword (#1635)
+ - Fortran: Add missing keywords (#1635, #1665)
- Ini (#1624)
- JavaScript and variants (#1647 -- missing regex flags, #1651)
- - Markdown (#1623)
+ - Markdown (#1623, #1617)
- Shell
- Lex trailing whitespace as part of the prompt (#1645)
- Add missing ``in`` keyword (#1652)
+ - SQL - Fix keywords (#1668)
- Typescript: Fix incorrect punctuation handling (#1510, #1511)
- Fix infinite loop in SML lexer (#1625)
@@ -40,9 +42,10 @@ Version 2.7.4
- Fix the raw token lexer handling of Unicode (#1616)
- Revert a private API change in the HTML formatter (#1655) --
please note that private APIs remain subject to change!
-- Add Dracula theme style (#1636)
+- Add Dracula theme style (#1631, #1636)
- Fix several exponential/cubic-complexity regexes found by
Ben Caller/Doyensec (#1675)
+- Fix incorrect MATLAB example (#1582)
Thanks to Google's OSS-Fuzz project for finding many of these bugs.