diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e8de70..250582b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - When mocking functions with a closure argument, but not using `#[concretize]`, include any additional trait bounds in the trait object - argument passed to `.with` and `.returning. + argument passed to `.with` and `.returning`. ([#606](https://github.com/asomers/mockall/pull/606)) - Fixed naming conflict when mocking multiple traits with same name but from