From 850e77c8e78a3022878074eca79a0b37c7880226 Mon Sep 17 00:00:00 2001
From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com>
Date: Sat, 11 Jan 2025 07:14:24 -0800
Subject: [PATCH] Fix IniWrite docs (#591)

---
 ahk2         | 2 +-
 changelog.md | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ahk2 b/ahk2
index 83dabc48..01c1165c 160000
--- a/ahk2
+++ b/ahk2
@@ -1 +1 @@
-Subproject commit 83dabc48b4096c9e1d9a7708dddcbbba79ebe7a1
+Subproject commit 01c1165c87b25838093d69ac7543ff1fdba4b805
diff --git a/changelog.md b/changelog.md
index 89dbd786..1ef5ba6b 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 6.4.3 - 2025-01-11 🎆
+
+-   Fix IniWrite IntelliSense ([#590](https://github.com/mark-wiemer/ahkpp/issues/590))
+
 ## 6.4.2 - 2024-12-16 🎄
 
 -   Reduce required VS Code version to 1.68 (#574)