Skip to content

Commit

Permalink
Update unreleased features (#428)
Browse files Browse the repository at this point in the history
* Update unreleased features

* Update unreleased features

* Update unreleased features
  • Loading branch information
jowilf authored Dec 23, 2023
1 parent 9442ba8 commit 37a551c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 37a551c

Please sign in to comment.