summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2023-04-12 20:10:13 +0200
committerGitHub <noreply@github.com>2023-04-12 20:10:13 +0200
commit50dd4d80e25c4c4afab503d41b471a536ed2af13 (patch)
tree023bdc3efb51d6a04baed31ce1b8aa95a47c448e /CHANGES
parent96a0cdf200ab8a36dc5f6f748f3b9d01c05cb91b (diff)
downloadpygments-git-50dd4d80e25c4c4afab503d41b471a536ed2af13.tar.gz
Python console: do not require output that looks like a traceback to be valid (#2410)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d75828a2..1da4243d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,10 +3,13 @@ Pygments changelog
Pull request numbers before 2.4.2 are not linked as they refer to the now defunct Bitbucket project.
-Version 2.16.0
+Version 2.15.1
--------------
(unreleased)
+- Fix Python console traceback lexing being too strict (#2407)
+
+
Version 2.15.0
--------------
(released April 10th, 2023)
@@ -68,6 +71,7 @@ Version 2.15.0
for developing are now defined and run through tox. The ``doc`` folder
still contains a ``Makefile`` as an alternative to ``tox -e doc``.
+
Version 2.14.0
--------------
(released January 1st, 2023)