From 72a24e935cfcd6d16660b4e6562d75a942ae6bad Mon Sep 17 00:00:00 2001 From: Nishi Date: Sun, 27 Sep 2026 11:35:24 +0900 Subject: [PATCH] fix typos in 2.0 --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 37b8e4d5..c649139d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,7 +2,7 @@ 2.0 is not the most significant release, but there are several breaking changes that justify its number: - There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones. - MwSetVoid and MwGetVoid have been renamed to MwSetPointer and MwGetPointer -- MwSetText and MwGetText have been renamed to MwSetStrign and MwGetString +- MwSetText and MwGetText have been renamed to MwSetString and MwGetString Other changes include: - Widgets can now accept drag and dropped files via MwNacceptsDnD and the new MwNdragAndDropHandler handler.