# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 2.6.0 - 2016-04-21 ### Added - [#1](https://github.com/zendframework/zend-soap/pull/1) adds support for the `SoapClient` options `keep_alive` and `ssl_method`. - [#20](https://github.com/zendframework/zend-soap/pull/20) adds support for the `SoapServer` `send_errors` constructor option. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - Nothing. ## 2.5.2 - 2016-04-21 ### Added - Adds GitHub Pages documentation at https://zendframework.github.io/zend-soap/ ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - [#7](https://github.com/zendframework/zend-soap/pull/7) fixes behavior when the request contains empty content. - [#21](https://github.com/zendframework/zend-soap/pull/21) updates the dependencies to allow usage with zend-stdlib v3 releases.