summaryrefslogtreecommitdiff
path: root/vendor/zendframework/zendxml/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zendframework/zendxml/CHANGELOG.md')
-rw-r--r--vendor/zendframework/zendxml/CHANGELOG.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/vendor/zendframework/zendxml/CHANGELOG.md b/vendor/zendframework/zendxml/CHANGELOG.md
new file mode 100644
index 00000000..bca2961b
--- /dev/null
+++ b/vendor/zendframework/zendxml/CHANGELOG.md
@@ -0,0 +1,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.