summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-08 09:10:07 +0200
committerGeorg Brandl <georg@python.org>2014-10-08 09:10:07 +0200
commitc1bfe4eed3805d3556bffa3c6b9cc2d3f6976205 (patch)
tree425b5b670fafca5769992a040972336be7f0c88d
parent6d063d8d28bda60f37b03c7fe130074f92932398 (diff)
downloadpygments-c1bfe4eed3805d3556bffa3c6b9cc2d3f6976205.tar.gz
latex envname: add changelog entry
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5e330f89..65cadb95 100644
--- a/CHANGES
+++ b/CHANGES
@@ -85,6 +85,9 @@ Version 2.0
(PR#165) Only fully works for lexers that have no constructs spanning
lines!
+- Added an "envname" option to the LaTeX formatter to select a replacement
+ verbatim environment (PR#235).
+
- Updated the Makefile lexer to yield a little more useful highlighting.
- Lexer aliases passed to ``get_lexer_by_name()`` are now case-insensitive.