From 46747dccf965473d3363fb217ad020798d174177 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sun, 17 Nov 2024 15:30:23 -0700 Subject: [PATCH] Format the CHANGELOG [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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