summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMiikka Salminen <miikka.salminen@gmail.com>2016-03-06 16:28:25 +0200
committerMiikka Salminen <miikka.salminen@gmail.com>2016-03-06 16:28:25 +0200
commit294798a8844031651d0ad9008972c21bfd169ccc (patch)
tree64b9ec4112b44eb626f3decf9681ba159ea940fd /CHANGES
parent4210f7fcc432aeadc3fa71836626689f878abca8 (diff)
downloadpygments-294798a8844031651d0ad9008972c21bfd169ccc.tar.gz
- Add the vendor prefixes (fixes #1130)
- Add the functional notation keywords list - Update the color keyword list - Update the keyword value list - Update the CSS property list (fixes #1130, #1083) - Update the supported units - Change the token type for hexadecimal color values to Number.Hex - Refactor the module for easier future maintenance - Parse floating point and integer numbers separately - Some small fixes in tokenization
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8646b157..68eefd77 100644
--- a/CHANGES
+++ b/CHANGES
@@ -38,6 +38,8 @@ Version 2.2
- Styles can now define colors with ANSI colors for use in the 256-color
terminal formatter. (PR#531)
+- Improved the CSS lexer. (#1083, #1130)
+
Version 2.1.2
-------------