composer package updates
[openemr.git] / vendor / zendframework / zend-escaper / CHANGELOG.md
blobaa99334989940b21ab88492fe64c26a235f826df
1 # Changelog
3 All notable changes to this project will be documented in this file, in reverse chronological order by release.
5 ## 2.6.0 - 2018-04-25
7 ### Added
9 - [#28](https://github.com/zendframework/zend-escaper/pull/28) adds support for PHP 7.1 and 7.2.
11 ### Changed
13 - [#25](https://github.com/zendframework/zend-escaper/pull/25) changes the behavior of the `Escaper` constructor; it now raises an
14   exception for non-null, non-string `$encoding` arguments.
16 ### Deprecated
18 - Nothing.
20 ### Removed
22 - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for PHP 5.5.
24 - [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for HHVM.
26 ### Fixed
28 - Nothing.
30 ## 2.5.2 - 2016-06-30
32 ### Added
34 - [#11](https://github.com/zendframework/zend-escaper/pull/11),
35   [#12](https://github.com/zendframework/zend-escaper/pull/12), and
36   [#13](https://github.com/zendframework/zend-escaper/pull/13) prepare and
37   publish documentation to https://zendframework.github.io/zend-escaper/
39 ### Deprecated
41 - Nothing.
43 ### Removed
45 - Nothing.
47 ### Fixed
49 - [#3](https://github.com/zendframework/zend-escaper/pull/3) updates the
50   the escaping mechanism to add support for escaping characters outside the Basic
51   Multilingual Plane when escaping for JS, CSS, or HTML attributes.