Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Nov 6, 2017
1 parent 2c2e0dd commit 4fbd597
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## 4.7.145 (2017-11-06)

#### Changed

* Moq no longer collects source file information for verification error messages by default. A current .NET Framework regression (https://github.com/Microsoft/dotnet/issues/529) makes this extremely costly, so this is now an opt-in feature; see `Switches.CollectSourceFileInfoForSetups` (@stakx, #515)

#### Added

* `Mock.Switches` and `MockRepository.Switches`, which allow opting in and out of certain features (@stakx, #515)


## 4.7.142 (2017-10-11)

#### Changed
Expand Down

0 comments on commit 4fbd597

Please sign in to comment.