diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 33afe13f..234a2f1d 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -7,8 +7,21 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + +* Add Support for SQLAlchemy Models with Multiple Primary Keys by [@jowilf](https://github.com/jowilf) + in [#402](https://github.com/jowilf/starlette-admin/pull/402) +* Adds AdminConfig to override app_title, logo_url in the templates + by [@hasansezertasan](https://github.com/hasansezertasan) + in [#374](https://github.com/jowilf/starlette-admin/pull/374) + +### Fixed + * Update AuthMiddleware for Compatibility with Starlette >= 0.33 by [@jowilf](https://github.com/jowilf) in [#427](https://github.com/jowilf/starlette-admin/pull/427) +* Fixes actions docstrings + by [@mrharpo](https://github.com/mrharpo) + in [#401](https://github.com/jowilf/starlette-admin/pull/401) ## [0.12.2] - 2023-11-13