From d2476859530a78ac0c07939954c35854c5e529ff Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 4 Mar 2021 09:52:53 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 226055be4..ec8cf252d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ This changelog summarizes updates to Focalboard, an open source project manageme ## Draft for v0.6 Release - Target: March 2021 -### 2021-03-04 +03-04-21 * Added initial changelog.md file -* Added [Windows native app (WPF)](https://github.com/mattermost/mattermost-octo-tasks/tree/main/win-wpf) support +* Added [Windows native app (WPF)](https://github.com/mattermost/focalboard/tree/main/win-wpf) support * Added [Swagger / OpenAPI definition and documentation](https://htmlpreview.github.io/?https://github.com/mattermost/focalboard/blob/main/server/swagger/docs/html/index.html) -* Added [Import scripts for Trello, Asana, and Notion](https://github.com/mattermost/mattermost-octo-tasks/tree/main/import) +* Added [Import scripts for Trello, Asana, and Notion](https://github.com/mattermost/focalboard/tree/main/import) * Added [Developer Tips and Tricks article](https://www.focalboard.com/contribute/getting-started/dev-tips/). * Added Security improvements: - * Single-user session token - * CSRF prevention with X-Requested-With header + * [Single-user session token](https://github.com/mattermost/focalboard/commit/0fe96ad7ed3b0c3a68c9a5889b34b764782f9266) + * [CSRF prevention with X-Requested-With header](https://github.com/mattermost/focalboard/commit/43c656c9a440e12f87b61d66654ed3d9873b1620)