From 2b59b92b05299234e828016d2ecdb52faacab813 Mon Sep 17 00:00:00 2001 From: alexweininger Date: Sat, 1 May 2021 22:40:18 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c0371..92b4a27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to the "vscode-appwrite" extension will be documented in thi Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. ## [Unreleased] +### Fixed +- Fixed a bug where the password validation for creating a new user did not follow the Appwrite spec. [Issue](https://github.com/streamlux/vscode-appwrite/issues/11) ## [0.0.6] - 2021-4-30 ### Fixed