Skip to content

Commit

Permalink
update change log for 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jul 7, 2024
1 parent cb6a77d commit 2a9d334
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Comtypes CHANGELOG
==================

Release 1.4.5
--------------
* Split ``__init__.py`` into some modules. By @junkmd.
* Fix importing ``_DispMemberSpec`` in ``automation``. By @junkmd.
* Fix importing ``_encode_idl`` in ``_comobject``. By @junkmd.
* 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.
* Modernize ``test_wmi``. By @junkmd.
* Add static typing for ``_midlSAFEARRAY``. By @junkmd.

Release 1.4.4
--------------
* Stop mentioning the last version supporting Windows CE in ``README.md``. By @forderud.
Expand Down

0 comments on commit 2a9d334

Please sign in to comment.