-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelog: Updated with 0.2.0 changes
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2016-04-09 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* mimick: version 0.2.0. | ||
* api: **Breaking**: Removed parameter names from mmk_mock_define. | ||
* api: **Breaking**: Removed mmk_mock_vdefine (mmk_mock_define now accepts | ||
void as a return type). | ||
* api: Added error handling for stub & mock creation. | ||
* api: Added support for variadic functions. | ||
* arch: Added ARM support. | ||
* core: Fixed sym selector not working for elf and mach-o. | ||
* doc: Added doxygen documentation in mimick.h. | ||
* matchers: **Breaking**: Mixing matchers and non-matchers parameters | ||
is now unsupported. | ||
* matchers: Added mmk_eq. | ||
|
||
2016-03-30 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* mimick: Initial release | ||
* mimick: Initial release |