Version 0.59.0 introduced a small breaking change where the parameter 'openapi prefix' was removed meaning code below wasn't working:
openapi_schema = get_openapi(
version=1.0,
title='A title',
description='A description',
openapi_prefix='',
routes=app.routes,
)
I think it would be useful to have a separate section in the release notes where these types of changes are listed
Example:

It is similar to how angular does it (https://next.angular.io/guide/updating-to-version-10)
Thanks! Good idea. I started using sections like that for the latest release notes: https://fastapi.tiangolo.com/release-notes/ .
If you think some previous releases deserve separated sections, I would accept PRs updating them.

Most helpful comment
Thanks! Good idea. I started using sections like that for the latest release notes: https://fastapi.tiangolo.com/release-notes/ .
If you think some previous releases deserve separated sections, I would accept PRs updating them.