update CHANGELOG with latest changes
This commit is contained in:
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
- A few services required an `aiohttp.ClientSession` to be passed to the
|
||||||
|
constructor. This is now option an a new session will be created if none is
|
||||||
|
given.
|
||||||
|
|
||||||
- `BotSpeakingFrame` is now a control frame.
|
- `BotSpeakingFrame` is now a control frame.
|
||||||
|
|
||||||
- `StartFrame` is now a control frame similar to `EndFrame`.
|
- `StartFrame` is now a control frame similar to `EndFrame`.
|
||||||
@@ -26,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
- Improved `EndFrame` and `CancelFrame` handling. `EndFrame` should end things
|
||||||
|
gracefully while a `CancelFrame` should cancel all running tasks as soon as
|
||||||
|
possible.
|
||||||
|
|
||||||
- Fixed an issue in `AIService` that would cause a yielded `None` value to be
|
- Fixed an issue in `AIService` that would cause a yielded `None` value to be
|
||||||
processed.
|
processed.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user