Skip to content

Commit

Permalink
changelog: Updated with 0.2.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Apr 9, 2016
1 parent 4c16c44 commit ed9d577
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion ChangeLog
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

0 comments on commit ed9d577

Please sign in to comment.