diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c08a724..9adaa33f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,11 @@ ### ✨ New Features * implement spec 0.7.0 changes ([#655](https://github.com/open-feature/java-sdk/issues/655)) ([fe5a20f](https://github.com/open-feature/java-sdk/commit/fe5a20f2c39c776a68f5533ee950b96adf548231)) - + * run any event handler immediately if the provider is in the associated state, not just ready + * add providerName to event details + * add STALE provider state + * update/add associated tests + * also fixed spec/test associations mismatches from previous changes ### 🧹 Chore