composer package updates
[openemr.git] / vendor / zendframework / zend-tag / CHANGELOG.md
blob6a18d4f388a16b9921f64a57745d6e84e4d09a05
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-04-30
7 ### Added
9 - [#21](https://github.com/zendframework/zend-tag/pull/21) adds support for PHP 7.1 and 7.2.
11 ### Changed
13 - Nothing.
15 ### Deprecated
17 - Nothing.
19 ### Removed
21 - [#21](https://github.com/zendframework/zend-tag/pull/21) removes support for PHP 5.5.
23 - [#21](https://github.com/zendframework/zend-tag/pull/21) removes support for HHVM.
25 ### Fixed
27 - Nothing.
29 ## 2.6.1 - 2016-02-04
31 ### Added
33 - Nothing.
35 ### Deprecated
37 - Nothing.
39 ### Removed
41 - Nothing.
43 ### Fixed
45 - [#13](https://github.com/zendframework/zend-tag/pull/13) updates the
46   zend-stdlib dependency to `^2.7 || ^3.0`, instead of just `^3.0`, allowing
47   it to work with users of zf2 v2 versions. Since the functionality consumed is
48   present and unchanged in both versions, this is a safe constraint.
50 ## 2.6.0 - 2016-02-03
52 ### Added
54 - [#11](https://github.com/zendframework/zend-tag/pull/11) adds documentation
55   and publishes it to https://zendframework.github.io/zend-tag/
57 ### Deprecated
59 - Nothing.
61 ### Removed
63 - Nothing.
65 ### Fixed
67 - [#3](https://github.com/zendframework/zend-tag/pull/3) and
68   [#10](https://github.com/zendframework/zend-tag/pull/10) update the component
69   to be forward-compatible with zend-servicemanager v3.