summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2016-02-02 22:17:15 +0100
committerGeorg Brandl <georg@python.org>2016-02-02 22:17:15 +0100
commitfb564416e672bfa554638293f93d86283da97d26 (patch)
tree3e01539a263358b7ba3f9068309ac29e2027ee96 /CHANGES
parent754f32c6ded2d4b4e84674aa012d6ba78ffd5d50 (diff)
downloadpygments-fb564416e672bfa554638293f93d86283da97d26.tar.gz
Fixed statefulness of HttpLexer between get_tokens calls
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1e852eec..9cd6c4fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -29,6 +29,7 @@ Version 2.1.1
- Fixed image formatter font searching on Macs (#1188)
- Fixed deepcopy-ing of Token instances (#1168)
- Fixed Julia string interpolation (#1170)
+- Fixed statefulness of HttpLexer between get_tokens calls
- Many smaller fixes to various lexers