Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ishimko committed Jun 1, 2019
1 parent f7a27a6 commit ed3eee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

* Regression: Unhelpful exception message when setting up an indexer with `SetupProperty` (@stakx, #823)

#### Changed

* Improved performance for `Mock.Of<T>` and `mock.SetupAllProperties()` as the latter now performs property setups just-in-time, instead of as an ahead-of-time batch operation. (@vanashimko, #826)


## 4.11.0-rc1 (2019-04-19)

Expand Down

0 comments on commit ed3eee9

Please sign in to comment.