diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a0817b..b08dd2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ You can find our backwards-compatibility policy [here](https://github.com/hynek/ ### Changed -- In the flask integration, the `Regsitry` is now stored on `app.extensions`, not `app.config`. +- In the flask integration, the `Regsitry` is now stored on `app.extensions`, not `app.config`. This is an implementation detail. If you are directly accessing the registry via `app.config`, this is a breaking change, though you should ideally move to `svcs.flask.registry` anyway. [#71](https://github.com/hynek/svcs/disccussions/71)