summaryrefslogtreecommitdiffstats
path: root/vendor/zendframework/zendxml/CHANGELOG.md
blob: bca2961b97a13ba2a04e4e29ecda1f9134cbea34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 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.