Skip to content

Commit

Permalink
Add changelog for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Mar 11, 2018
1 parent 9cb4f4a commit 5e709d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!)

3.2.1 - XML documentation is now included in the NuGet package. Fixes #52

3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
Expand Down
3 changes: 2 additions & 1 deletion RichardSzalay.MockHttp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
<projectUrl>https://github.com/richardszalay/mockhttp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Testing layer for Microsoft's HttpClient library</description>
<releaseNotes>3.2.1 - XML documentation is now included in the NuGet package. Fixes #52
<releaseNotes>3.3.0 - Added overloads for including custom headers in the response (thanks Sascha Kiefer!)
3.2.1 - XML documentation is now included in the NuGet package. Fixes #52
3.2.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
- Added WithExactQueryString / WithExactFormData overloads. Fixes #37
- Added BackendDefinitionBehavior to allow matching Backend Definitions when Request Expectations exist, but don't match. Fixes #45
Expand Down

0 comments on commit 5e709d7

Please sign in to comment.