From 9e5f7674c69c5b44d10599daf5fad791c73aef95 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Tue, 25 Feb 2025 04:56:29 -0800 Subject: [PATCH] Mark #571 as fixed --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 60fbd863..9f1f098d 100644 --- a/changelog.md +++ b/changelog.md @@ -15,6 +15,10 @@ - Add detailed `__New` docs for `InputHook` and basic `__New` docs for all `Object` descendants that didn't have it ([Issue #586](https://github.com/mark-wiemer/ahkpp/issues/586)) +### Other changes + +- "Set AHK v2 Interpreter" command now works ([#571](https://github.com/mark-wiemer/ahkpp/issues/571)) + ## 6.4.3 - 2025-01-18 🎆 - Fix IniWrite IntelliSense ([#590](https://github.com/mark-wiemer/ahkpp/issues/590))