Skip to content

Commit

Permalink
Update the changelog for PR devlooped#844
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Jun 10, 2019
1 parent bea1c2d commit 1331d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

* Adding `Callback` to a mock breaks async tests (@marcin-chwedczuk-meow, #702)
* `mock.SetupAllProperties()` now setups write-only properties for strict mocks, so that accessing such properties will not throw anymore. (@vanashimko, #836)
* Regression: `mock.SetupAllProperties()` and `Mock.Of<T>` fail due to inaccessible property accessors (@Mexe13, #845)
* Regression: `VerifyNoOtherCalls` causes stack overflow when mock setup returns the mocked object (@bash, #846)
* `Capture.In()` no longer captures arguments when other setup arguments do not match (@ocoanet, #844).
* `CaptureMatch` no longer invokes the capture callback when other setup arguments do not match (@ocoanet, #844).


## 4.11.0 (2019-05-28)
Expand Down

0 comments on commit 1331d7a

Please sign in to comment.