From d73b917b891b887ca3619cd4bfb3f12333f20b62 Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Mon, 8 Jul 2024 21:39:09 +0900 Subject: [PATCH] fix changelog (#582) --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3c31e50f..4a7d4b01 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ Release 1.4.5 * Change the name of the component that implements the interface for record parameter testing. By @geppi. * Implement ``SAFEARRAY`` pointers and ``SAFEARRAY``s as method parameters of a Dispatch Interface. By @geppi. * Change the default value of the ``extra`` parameter in the ``create`` method of ``tagSAFEARRAY`` subtypes. By @geppi. -* Implement static import for ``ISequentialStream``. By jonschz. +* Implement static import for ``ISequentialStream``. By @jonschz. * Modernize ``test_wmi``. By @junkmd. * Add static typing for ``_midlSAFEARRAY``. By @junkmd.