composer package updates
[openemr.git] / vendor / zendframework / zendxml / CHANGELOG.md
blob20395b1e368b4658d41b796b23aa9c4f32203867
1 # Changelog
3 All notable changes to this project will be documented in this file, in reverse chronological order by release.
5 ## 1.1.0 - 2018-04-30
7 ### Added
9 - [#13](https://github.com/zendframework/ZendXml/pull/13) adds support for PHP 7.1 and 7.2.
11 ### Changed
13 - Nothing.
15 ### Deprecated
17 - Nothing.
19 ### Removed
21 - [#13](https://github.com/zendframework/ZendXml/pull/13) removes support for PHP 5.3, 5.4, and 5.5.
23 - [#13](https://github.com/zendframework/ZendXml/pull/13) removes support for HHVM.
25 ### Fixed
27 - Nothing.
29 ## 1.0.2 - 2016-02-04
31 ### Added
33 - Nothing.
35 ### Deprecated
37 - Nothing.
39 ### Removed
41 - Nothing.
43 ### Fixed
45 - [#11](https://github.com/zendframework/ZendXml/pull/11) updates the
46   dependencies to PHP `^5.3.3 || ^7.0` and PHPUnit `^3.7 || ^4.0`, ensuring
47   better compatibility with other components, and with PHP 7. The test matrix
48   was also expanded to add PHP 7 as a required platform.