From a3a47c925aba24e4168c593c5a61112edef1a02d Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Tue, 27 Feb 2024 15:41:43 +0000 Subject: [PATCH] Revert excessive changelog modifications --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7582bb..ed9719c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +4,5 @@ ## [Unreleased] -## [0.2.0] - - Add `.typeql` to supported extensions. - - Update TypeQL grammar based on the recent official releases. - - Improve syntax highlighting, coloring, and referencing. - - Add TypeDB Studio's color schemes available for import (check out the [official GitHub repo](https://github.com/typedb-osi/typeql-plugin-jetbrains)). - - Fix incorrect syntax error highlighting. - - Enhance referencing, including override constraints like `owns as`, `plays as`, `relates as`. - - Improve `Go To Declaration` and `Find Usages` features work. - - Fix `Rename` feature and a set of errors connected to it. - ## [0.1.1] - Add basic TypeQL support for `.tql` files.