Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexliesenfeld authored Jan 11, 2022
1 parent 2d780c4 commit 2efdb51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## Version 0.6.6
- Extended some API methods to allow for more type flexibility (see https://github.com/alexliesenfeld/httpmock/issues/58).
- Fixed parsing query parameter values that contain `+` to represent space (see https://github.com/alexliesenfeld/httpmock/issues/56).

Thanks to [@95th](https://github.com/95th) for providing both PRs!
- Extended some API methods to allow for more type flexibility (see https://github.com/alexliesenfeld/httpmock/issues/58). Thanks to [@95th](https://github.com/95th) for providing the PR!
- Fixed parsing query parameter values that contain `+` to represent space (see https://github.com/alexliesenfeld/httpmock/issues/56). Thanks to [@95th](https://github.com/95th) for providing the PR!
- Added a new Cargo feature `cookie` to shorten compile time (see https://github.com/alexliesenfeld/httpmock/pull/63). Thanks to [mythmon](https://github.com/mythmon) for providing this PR!

## Version 0.6.5
- Fixes a race condition that could occur when deleting mocks from the mock server (see https://github.com/alexliesenfeld/httpmock/issues/53).
Expand Down

0 comments on commit 2efdb51

Please sign in to comment.