summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMiikka Salminen <miikka.salminen@gmail.com>2016-02-03 21:28:17 +0200
committerMiikka Salminen <miikka.salminen@gmail.com>2016-02-03 21:28:17 +0200
commit3dfdf1ec1a679fa7ad2749ca85f0e2c3f23f8460 (patch)
tree48ecccd46e14a384c81265c30de53d0c02ed1caa /CHANGES
parenta109fab994438a6323df468f1e16c5a1387008fc (diff)
downloadpygments-3dfdf1ec1a679fa7ad2749ca85f0e2c3f23f8460.tar.gz
Adds an entry to changelog. Adds magic method and variable lexing for PHP along with corresponding changes in a test file.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9cd6c4fb..045375e8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -30,6 +30,8 @@ Version 2.1.1
- Fixed deepcopy-ing of Token instances (#1168)
- Fixed Julia string interpolation (#1170)
- Fixed statefulness of HttpLexer between get_tokens calls
+- Added new token types and lexing for magic methods and variables in Python
+ and PHP.
- Many smaller fixes to various lexers