Skip to content

Commit f4e1c04

Browse files
committed
Update change log for 1.4.15.
1 parent b18e705 commit f4e1c04

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGES.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Comtypes CHANGELOG
22
==================
33

4+
Release 1.4.15
5+
--------------
6+
* Fix ``TYPE_E_ELEMENTNOTFOUND`` HRESULT constant value. By @junkmd.
7+
* Enhance ``ITypeInfo`` testing in ``test_typeinfo.py``. By @junkmd.
8+
* Improve type hints for for generated dispmethods and properties. By @junkmd.
9+
* Enhance tests for generated type hints. By @junkmd.
10+
* Remove Internet Explorer dependency from ``test_QueryService.py`` and ``test_casesensitivity.py``. By @junkmd.
11+
* Rename ``test_ie.py`` to ``test_eventinterface.py``. By @junkmd.
12+
* Fix ``SyntaxError`` in ``DispMethodAnnotator`` signature generation. By @junkmd.
13+
* Rename ``test_msi.py`` to ``test_puredispatch.py``. By @junkmd.
14+
* Rename ``test_wmi.py`` to ``test_variant_outparam.py``. By @junkmd.
15+
* Replace the module-level skip with individual ``@unittest.skip`` decorators on the test methods in ``test_eventinterface.py``.
16+
* Add tests for ``stdole.IPicture`` creation through ``IStream``. By @junkmd.
17+
* Improve enum testing in ``test_client.py``. By @junkmd.
18+
* Revive and enhance ``test_outparam``. By @junkmd.
19+
* Enhance ``test_stream``. By @junkmd.
20+
* Enhance ``test_storage``. By @junkmd.
21+
* Add ``malloc`` module. By @junkmd.
22+
* Enhance and refactor COM moniker tests. By @junkmd.
23+
* Refine type hints and enhance tests for ``client.GetClassObject``, ``CoGetClassObject`` and ``IClassFactory``. By @junkmd.
24+
* Implement ``ITypeInfo.AddressOfMember`` with tests and clarifications. By @junkmd.
25+
* Enhance ``ITypeComp.Bind`` tests and type hints. By @junkmd.
26+
* Introduce warnings for Python 3.15 enum compatibility. By @junkmd.
27+
428
Release 1.4.14
529
--------------
630
* Replace ``setup.py`` with ``pyproject.toml``. By @moi15moi.

0 commit comments

Comments
 (0)