preliminary 2.3.0 docs
[mdref/mdref-http] / http / Client.md
index d86ad75f62ae6c1a85f49ebc14860afdbaba914d..14626a7f78136e2ac27b5bf57aece85246fb6f23 100644 (file)
@@ -2,6 +2,12 @@
 
 The HTTP client. See http\Client\Curl's [options](http/Client/Curl#Options:) which is the only driver currently supported.
 
+## Changelog:
+
+Version | Change
+--------|-------
+2.3.0   | Deprecated methods:<br>http\Client::enablePipelining() and <br>http\Client::enableEvents().<br>Added Methods:<br>http\Client::configure(),<br>http\Client::getAvailableConfiguration() and<br>http\Client::getAvailableOptions().
+
 ## Examples:
 
 ### Sending a simple GET request: