docs: update release notes

This commit is contained in:
Jens Langhammer 2021-02-10 20:47:06 +01:00
parent d2df426489
commit 61b5714652
3 changed files with 5 additions and 2 deletions

View File

@ -62,7 +62,6 @@ class ProviderViewSet(ModelViewSet):
@swagger_auto_schema(responses={200: TypeCreateSerializer(many=True)})
@action(detail=False)
# pylint: disable=unused-argument
def types(self, request: Request) -> Response:
"""Get all creatable provider types"""
data = []

View File

@ -50,7 +50,6 @@ class SourceViewSet(ReadOnlyModelViewSet):
@swagger_auto_schema(responses={200: TypeCreateSerializer(many=True)})
@action(detail=False)
# pylint: disable=unused-argument
def types(self, request: Request) -> Response:
"""Get all creatable source types"""
data = []

View File

@ -72,6 +72,11 @@ title: Release 2021.1.2
- sources/oauth: add callback URL to api
- web: fix ModalButton working in global scope, causing issues on 2nd use
## Fixed in 2021.2.3-stable
- core: fix tokens using wrong lookup
- web: fix missing source create button
## Upgrading
This release does not introduce any new requirements.