From 97364ad10271be95ddc25beccf7c603359c33aef Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 10 Apr 2021 21:12:25 +0200 Subject: [PATCH] docs: fix markdown on release notes Signed-off-by: Jens Langhammer --- website/docs/releases/2021.4.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/website/docs/releases/2021.4.md b/website/docs/releases/2021.4.md index 5e435c527..6ff02b234 100644 --- a/website/docs/releases/2021.4.md +++ b/website/docs/releases/2021.4.md @@ -11,10 +11,10 @@ title: Release 2021.4 This can now be configured for the following objects: - - Applications (access restrictions) - - Sources - - Flows - - Flow-stage bindings + - Applications (access restrictions) + - Sources + - Flows + - Flow-stage bindings For backwards compatibility, this is set to *all*, but new objects will default to *any*. @@ -27,11 +27,11 @@ title: Release 2021.4 While the UI mostly looks the same, under the hood a lot has changed. The Web UI is now a Single-page application based on rollup and lit-html. This has several consequences and new features, for example: - - You can now see a user's OAuth Access/Refresh tokens and the consents they've given - - You can now see a per-object changelog based on the model_create/update/delete events being created. - - A new API Browser is available under `https://authentink.company/api/v2beta/` - - Several new charts, new pages and quality-of-life improvements - - Credentials of objects are no longer while editing them + - You can now see a user's OAuth Access/Refresh tokens and the consents they've given + - You can now see a per-object changelog based on the model_create/update/delete events being created. + - A new API Browser is available under `https://authentink.company/api/v2beta/` + - Several new charts, new pages and quality-of-life improvements + - Credentials of objects are no longer while editing them - Deprecated Group membership has been removed.