Removed
Python
3.7
and3.8
are not supported anymore.
Added
Python
3.12
is now explicitly supported.
Fixed
- Uncategorized change (usually comments) will no longer impact the release version.
- Typing is using built-in types for
tuple
,list
anddict
consistently.
Changed
keepachangelog.starlette.add_changelog_endpoint
is nowkeepachangelog.starlette.changelog_endpoint
. Refer to documentation for more details.