From d01a0d1eff3bd5b47399b29af5ef1e8e985f2822 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Sat, 11 Nov 2023 19:02:23 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bff52..b38b83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,3 +34,7 @@ All notable changes to the "vscode-edge" extension will be documented in this fi - Before, in order to show completions, you had to press `ctrl+space`. Now, completions will show automatically when you type `@` or `@.`. Same for `.ts` files, when you will start typing `edge.render`, completions will show automatically. - Add Edge built-in tags completions with some links to the documentation in the CompletionItem detail. - Use different icons for Edge built-in tags and custom tags. + +## 1.3.1 + +- Polishing and fix some issues related to Document Links in .ts and .edge files