summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2017-01-22 19:10:32 +0100
committerGeorg Brandl <georg@python.org>2017-01-22 19:10:32 +0100
commit85781312f51c5ab53474486edc15d79cae41ccad (patch)
tree65c1b000c0da6e6b9ba4082d0303ea3607e019d3 /CHANGES
parentca1677ff64a8bfe04f3dd26a3554b6c11db7ee7f (diff)
downloadpygments-85781312f51c5ab53474486edc15d79cae41ccad.tar.gz
More housekeeping and missed additions to CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2fc11798..1df459ea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -27,6 +27,7 @@ Version 2.2
* Whiley (PR#573)
* Monte (PR#592)
* Crystal (PR#576)
+ * Snowball (PR#589)
- Added `lexers.find_lexer_class_by_name()`. (#1203)
@@ -44,6 +45,10 @@ Version 2.2
- Improved the CSS lexer. (#1083, #1130)
+- Added "Rainbow Dash" style. (PR#623)
+
+- Delay loading `pkg_resources`, which takes a long while to import. (PR#690)
+
Version 2.1.2
-------------