# Changelog All notable changes to this project will be documented in this file, in reverse chronological order by release. ## 1.1.0 - 2018-04-30 ### Added - [#13](https://github.com/zendframework/ZendXml/pull/13) adds support for PHP 7.1 and 7.2. ### Changed - Nothing. ### Deprecated - Nothing. ### Removed - [#13](https://github.com/zendframework/ZendXml/pull/13) removes support for PHP 5.3, 5.4, and 5.5. - [#13](https://github.com/zendframework/ZendXml/pull/13) removes support for HHVM. ### Fixed - Nothing. ## 1.0.2 - 2016-02-04 ### Added - Nothing. ### Deprecated - Nothing. ### Removed - Nothing. ### Fixed - [#11](https://github.com/zendframework/ZendXml/pull/11) updates the dependencies to PHP `^5.3.3 || ^7.0` and PHPUnit `^3.7 || ^4.0`, ensuring better compatibility with other components, and with PHP 7. The test matrix was also expanded to add PHP 7 as a required platform.