summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-11-24 18:04:30 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-11-24 18:04:30 +0100
commit4792cccf7886199bd6d49dbe487f213c0f8094ce (patch)
tree573cb88fde88ab2647dd4886f188bce3a6a4f7f9 /CHANGES
parenta37f5614f11f3d5af660a024f1749dc7eee7e8ad (diff)
downloadpygments-4792cccf7886199bd6d49dbe487f213c0f8094ce.tar.gz
Update changelog and version number.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0bab9118..af4141f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,19 @@ Issue numbers refer to the tracker at
pull request numbers to the requests at
<https://bitbucket.org/birkenfeld/pygments-main/pull-requests/merged>.
+Version 2.3.0
+-------------
+(not yet released)
+
+- Added lexers:
+
+ * Fennel (PR#783)
+ * HLSL (PR#675)
+
+- Added Python 3.7 support (PR#772)
+- Fix incorrect token type in SCSS for single-quote strings (#1322)
+- Use `terminal256` formatter if `TERM` contains `256` (PR#666)
+
Version 2.2.0
-------------
(release Jan 22, 2017)