summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 19:57:19 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 19:57:19 +0100
commit1f75c51afdbe281e0044ca5c5369e14fc5e0e8e1 (patch)
treec790ff3b447d5c41e2e50cdd5d18b0071772ee9b /CHANGES
parent041b80fab1922800ae0618fd4d3d8d78bf7063b4 (diff)
downloadpygments-1f75c51afdbe281e0044ca5c5369e14fc5e0e8e1.tar.gz
-x functionality updates, Python 3 compatibility fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1e90c270..2558e977 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,10 @@ Version 2.2
* Crystal (PR#576)
* Snowball (PR#589)
+- Added the ability to load lexer and formatter classes directly from files
+ with the `-x` command line option and the `lexers.load_lexer_from_file()`
+ and `formatters.load_formatter_from_file()` functions. (PR#559)
+
- Added `lexers.find_lexer_class_by_name()`. (#1203)
- Added new token types and lexing for magic methods and variables in Python