# Changelog Prominent changes for individual releases will be listed here. ## 0.3.0 - (2020-04-30) ### Changed - **Breaking**: Updated `proptest` to version 1.0. This is an optional dependency, so if you were not using it (through the `proptest-support` feature, there are no breaking changes. ## 0.2.1 - (2020-04-30) ### Changed - Fixed a warning due to panic! being used without a format string. Thanks to Christopher Gundler for catching thisi. ## 0.2.0 - (2020-01-13) ### Changed - **Breaking**: The `Float` trait bound for the `Float` comparator was changed to `FloatCore`. This was necessary to ensure that `matrixcompare` builds when the `std` feature of `num-traits` is not enabled. See [issue #3](https://github.com/Andlon/matrixcompare/issues/3). ## 0.1.4 - (2020-01-13) ### Added - [proptest](https://crates.io/crates/proptest) support through new macros `prop_assert_matrix_eq!` and `prop_assert_scalar_eq!`. The `proptest-support` feature must be enabled to use this new functionality. ### Changed - Very minor changes to formatting for output of some assertions. ## 0.1.3 - Avoid pulling in default features for num-traits dependency (thanks to Sébastien Crozet!). ## 0.1.0 - 0.1.2 Initial releases.