composer package updates
[openemr.git] / vendor / zendframework / zend-xmlrpc / CHANGELOG.md
blob3ba549dfc137c3740be4c5b45ed1eea15350258a
1 # Changelog
3 All notable changes to this project will be documented in this file, in reverse chronological order by release.
5 ## 2.7.0 - 2018-05-14
7 ### Added
9 - Nothing.
11 ### Changed
13 - Nothing.
15 ### Deprecated
17 - Nothing.
19 ### Removed
21 - [#32](https://github.com/zendframework/zend-xmlrpc/pull/32) removes support for HHVM.
23 ### Fixed
25 - Nothing.
27 ## 2.6.2 - 2018-01-25
29 ### Added
31 - [#29](https://github.com/zendframework/zend-xmlrpc/pull/29) adds support for
32   PHP 7.2, by replacing deprecated `list`/`each` syntax with a functional
33   equivalent.
35 ### Deprecated
37 - Nothing.
39 ### Removed
41 - Nothing.
43 ### Fixed
45 - Nothing.
47 ## 2.6.1 - 2017-08-11
49 ### Added
51 - Nothing.
53 ### Deprecated
55 - Nothing.
57 ### Removed
59 - Nothing.
61 ### Fixed
63 - [#27](https://github.com/zendframework/zend-xmlrpc/pull/27) fixed a memory leak
64   caused by repetitive addition of `Accept` and `Content-Type` headers on subsequent
65   HTTP requests produced by the `Zend\XmlRpc\Client`.
67 ## 2.6.0 - 2016-06-21
69 ### Added
71 - [#19](https://github.com/zendframework/zend-xmlrpc/pull/19) adds support for
72   zend-math v3.
74 ### Deprecated
76 - Nothing.
78 ### Removed
80 - Nothing.
82 ### Fixed
84 - Nothing.
86 ## 2.5.2 - 2016-04-21
88 ### Added
90 - [#11](https://github.com/zendframework/zend-xmlrpc/pull/11),
91   [#12](https://github.com/zendframework/zend-xmlrpc/pull/12),
92   [#13](https://github.com/zendframework/zend-xmlrpc/pull/13),
93   [#14](https://github.com/zendframework/zend-xmlrpc/pull/14),
94   [#15](https://github.com/zendframework/zend-xmlrpc/pull/15), and
95   [#16](https://github.com/zendframework/zend-xmlrpc/pull/16)
96   added and prepared the documentation for publication at
97   https://zendframework.github.io/zend-xmlrpc/
99 ### Deprecated
101 - Nothing.
103 ### Removed
105 - Nothing.
107 ### Fixed
109 - [#17](https://github.com/zendframework/zend-xmlrpc/pull/17) updates
110   dependencies to allow zend-stdlib v3 releases.