Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed Feb 16, 2024
1 parent d078f32 commit 6aaffb8
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6aaffb8

Please sign in to comment.