Skip to content

Commit

Permalink
[skip ci] reformat CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Dec 10, 2023
1 parent aac6edc commit 0339354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
methods that have non-`'static` generic parameters. It works by turning the
generic arguments into trait objects for the expectation.
([#408](https://github.com/asomers/mockall/pull/408))

- When mocking functions with a non-default ABI (Like `extern "C"`), the mock
function will now use the same ABI as the original. Name mangling will also
be disabled, so the mock function will be callable from external code. For
Expand Down

0 comments on commit 0339354

Please sign in to comment.