Skip to content

Commit

Permalink
Mention STDMETHOD in ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Jul 14, 2024
1 parent b381c8b commit 0e8be8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
GitHub actions now require node-20, and no build environment is
currently available that both supports node-20 and older compilers.

* Support for STDMETHOD functions for COM. Thank you Luis Andres Cesena
for the implementation, and Kevin Puetz for the discussions. This
adds new macros:

MAKE_STDMETHOD_MOCKn(...)
IMPLEMENT_STDMETHOD_MOCKn(...)

* Fixed issue with std::expected causing compilation error. Thank you
@subbota-a for reporting

Expand Down

0 comments on commit 0e8be8a

Please sign in to comment.