Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 27, 2019
1 parent 4bd6500 commit d675b6e
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 @@ -7,6 +7,10 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

## Unreleased

#### Changed

* Debug symbols (`Moq.pdb`) have moved into a separate NuGet symbol package (as per the current official [guideline](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg)). If you want the Visual Studio debugger to step into Moq's source code, disable Just My Code, enable SourceLink, and configure [NuGet's symbol server](https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg#nugetorg-symbol-server). (@stakx, #789)

#### Fixed

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

0 comments on commit d675b6e

Please sign in to comment.