From 6aaffb8266e81f209a2d69db8004ee5d152c8ec1 Mon Sep 17 00:00:00 2001 From: Rahix Date: Fri, 16 Feb 2024 20:20:07 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da6fb2a4..fc7fd2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,16 @@ ## [Unreleased] ### Changed -- Dropped official support for Python 3.7 - tbot now expects at least Python 3.8. +- Dropped official support for Python 3.7 - tbot now expects at least + Python 3.8. +- Improved exception message when parsing of a command's return code fails (for + example due to console clutter). ### Fixed -- Fixed tbot hanging when an unresponsive subprocess does not terminate by itself ([#104]). -- Fixed tbot no longer detecting unbounded regex patterns on recent Python versions. +- Fixed tbot hanging when an unresponsive subprocess does not terminate by + itself ([#104]). +- Fixed tbot no longer detecting unbounded regex patterns on recent Python + versions. [#104]: https://github.com/Rahix/tbot/pull/104