-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
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,16 @@ | ||
2015-04-15 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* criterion: version 1.2.0 | ||
* Added native Windows support through MinGW | ||
* Fixed inaccurate statistics on disabled and crashing tests | ||
* Fixed asserts not aborting the test when used in functions | ||
* Fixed programs not compiling when no tests are declared | ||
* Added assert_null to test for pointer nullity | ||
* Added assert_arrays_eq_cmp for padded struct arrays equality | ||
|
||
* Added i18n support | ||
* Added fr_FR localization | ||
|
||
2015-03-24 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* criterion: version 1.1.0 | ||
|