summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2020-12-24 16:52:35 +0100
committerGeorg Brandl <georg@python.org>2020-12-24 17:06:55 +0100
commit7f0a0904460b2890ea3e28c92098c1bf6cee8955 (patch)
tree0de3ea0d17b1b3b8e4575d0c3437f64d17eba977 /CHANGES
parent6b615e68374a1bce04a3f258a2ce10d4a5e319de (diff)
downloadpygments-git-raw-alias.tar.gz
Remove the alias for the RawTokenLexer.raw-alias
RawTokenLexer was broken until 2.7.4, so it seems pretty much unused, and it led to tracebacks when the "raw" alias was used from some markup that allows specifying a language alias. We'll still keep the class for special usage as intended.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d68df87a..ee2e8785 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,9 @@ Version 2.8.0
-------------
(not released yet)
+- Removed "raw" alias from RawTokenLexer, so that it cannot be
+ selected by alias.
+
Version 2.7.4
-------------