summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2018-11-25 08:37:32 +0100
committerGeorg Brandl <georg@python.org>2018-11-25 08:37:32 +0100
commit6866f8b98f4051603b560e6f6313b74eee7a12a9 (patch)
treeb9fede197239933d0b9bc6fda0030c70d281eb03 /CHANGES
parent67ca36ddb9b8b00c9158db00fcb3e10bd6e78c58 (diff)
downloadpygments-6866f8b98f4051603b560e6f6313b74eee7a12a9.tar.gz
Minimal fixup changes for the release, add release date.2.3.0
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 9 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index dc078635..c82ca1cf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,22 +8,28 @@ pull request numbers to the requests at
Version 2.3.0
-------------
-(not yet released)
+(released Nov 25, 2018)
- Added lexers:
* Fennel (PR#783)
* HLSL (PR#675)
-- Added Python 3.7 support (PR#772)
+- Updated lexers:
+
+ * Dockerfile (PR#714)
+
+- Minimum Python versions changed to 2.7 and 3.5
+- Added support for Python 3.7 generator changes (PR#772)
- Fix incorrect token type in SCSS for single-quote strings (#1322)
- Use `terminal256` formatter if `TERM` contains `256` (PR#666)
- Fix incorrect handling of GitHub style fences in Markdown (PR#741, #1389)
- Fix `%a` not being highlighted in Python3 strings (PR#727)
+
Version 2.2.0
-------------
-(release Jan 22, 2017)
+(released Jan 22, 2017)
- Added lexers: