Commit 5f515110 authored by Markus Kalkbrenner's avatar Markus Kalkbrenner

Basic support for DELETE requests in the HttpAdapter layer

parent a00779d8
...@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [4.1.0] ## [4.1.0]
### Added ### Added
- Method AbstractQuery::removeParam() to remove a custom parameter or to reset a required but modified parameter - Method AbstractQuery::removeParam() to remove a custom parameter or to reset a required but modified parameter
- Basic support for DELETE requests in the HttpAdapter layer
### Fixed ### Fixed
- Guzzle Integration tests - Guzzle Integration tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment