From fee074471b2c345f7e42c6ed3482363279d4f32c Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 14 Oct 2020 16:20:43 -0700 Subject: [PATCH] Prepare 1.1.0 Signed-off-by: Rudi Grinberg --- CHANGES.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7e488553c..7008deaf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,18 @@ -1.0.0 (08/28/2020) ------------------- +# 1.1.0 (10/14/2020) + +## Features + +- Implement a command to switch between module interfaces and implementations + (#254) + +## Fixes + +- Do not crash on invalid positions (#248) + +- add missing record fields to list of completions (#253) + +- do not offer `destruct` as a code action in interface files (#255) + +# 1.0.0 (08/28/2020) - Initial Release