summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2023-02-03 07:47:18 +0100
committerGeorg Brandl <georg@python.org>2023-02-03 08:06:29 +0100
commitfe42aaca7b000200ea9915c04c01f2fb3f4dbaf6 (patch)
tree17244df3f44d0978c40cd01a1406a41a74cc48c1 /CHANGES
parentc9ca87f08531e2695543112589d4461e31d52546 (diff)
downloadpygments-git-fe42aaca7b000200ea9915c04c01f2fb3f4dbaf6.tar.gz
Python console: make traceback handling more robust
Fixes #2329 Fixes #2226
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index e1013178..445dace8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,7 @@ Version 2.15.0
on Python 3.10 and older (#2328).
- Fix some places where a locale-dependent encoding could unintentionally
be used instead of UTF-8 (#2326).
+- Fix Python traceback handling (#2226, #2329).
Version 2.14.0
--------------