From 8bb624f43dbf95545c37103900f9c112cc24c4f0 Mon Sep 17 00:00:00 2001 From: Logan Hampton Date: Fri, 10 Jan 2020 22:22:30 -0700 Subject: [PATCH] Fixes URL for comparison of v1.0.3 to v1.0.4 --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e3201b5..a376a99 100644 --- a/changelog.md +++ b/changelog.md @@ -172,7 +172,7 @@ The IntelliSense release! - Added the ability to generate a debug MsgBox for a highlighted variable or macro with Ctrl+Shift+D. - Added icon, banner color and description for marketplace. -[1.0.4]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.3...v1.0.4 +[1.0.4]: https://github.com/loganch/AutoIt-VSCode/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.2...v1.0.3 [1.0.2]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/loganch/AutoIt-VSCode/compare/1.0.0...1.0.1