Skip to content

Commit

Permalink
Updated changelog for v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Sep 7, 2017
1 parent a260791 commit 2224dc7
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.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
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.0 - MockHttpMessageHandler now tracks successful matches. Fixes #35
<releaseNotes>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
- Fixed typo in Response(HttpResponseMessage) obsolete message. Fixes #44
Expand Down

0 comments on commit 2224dc7

Please sign in to comment.