From 47f9ef363fc4168c115467c4c5c33e1cdee9a174 Mon Sep 17 00:00:00 2001 From: Logan Hampton Date: Wed, 26 Apr 2017 21:50:30 -0700 Subject: [PATCH] Update changelog for 0.1.2 --- changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a9146e3..af488bf 100644 --- a/changelog.md +++ b/changelog.md @@ -3,9 +3,8 @@ ## 0.1.2 The IntelliSense release! * Hovers have been added for all UDFs -* Implementation of Completion Items has begun (Function, Macro and Variable suggestions will now have icons, and slowly be transitioned away from Snippets) +* Implementation of Completion Items has begun (Function, Macro and Variable suggestions will now have different icons) * Symbol search added, press Ctrl+Shift+O to see where Functions and Variables have been declared in scripts -* Adjustment in command of debug ## 0.1.1 * You can now run a Syntax check and the Tidy tool