diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2cf3aee..108cd7784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added vision support to Anthropic service. + - Added `WakeCheckFilter` which allows you to pass information downstream only if you say a certain phrase/word. @@ -19,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed Anthropic service to use new frame types. + - Fixed an issue in `LLMUserResponseAggregator` and `UserResponseAggregator` that would cause frames after a brief pause to not be pushed to the LLM.