diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-27 10:40:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-02-27 10:40:00 +0000 |
commit | e0719babdc8744144449c81fac14ba7bbf21446f (patch) | |
tree | 36e17925ec537746a9bb1ce7035b216529a957a5 /CHANGELOG | |
parent | Releasing debian version 3.0.22-2. (diff) | |
download | ptpython-e0719babdc8744144449c81fac14ba7bbf21446f.tar.xz ptpython-e0719babdc8744144449c81fac14ba7bbf21446f.zip |
Merging upstream version 3.0.23.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,6 +1,17 @@ CHANGELOG ========= +3.0.23: 2023-02-22 +------------------ + +Fixes: +- Don't print exception messages twice for unhandled exceptions. +- Added cursor shape support. + +Breaking changes: +- Drop Python 3.6 support. + + 3.0.22: 2022-12-06 ------------------ |