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