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