Revision 15:e200cb7efeb3 vendor/zendframework/zend-escaper/CHANGELOG.md

View differences:

vendor/zendframework/zend-escaper/CHANGELOG.md
2 2

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

  
5
## 2.6.0 - 2018-04-25
6

  
7
### Added
8

  
9
- [#28](https://github.com/zendframework/zend-escaper/pull/28) adds support for PHP 7.1 and 7.2.
10

  
11
### Changed
12

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

  
16
### Deprecated
17

  
18
- Nothing.
19

  
20
### Removed
21

  
22
- [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for PHP 5.5.
23

  
24
- [#28](https://github.com/zendframework/zend-escaper/pull/28) removes support for HHVM.
25

  
26
### Fixed
27

  
28
- Nothing.
29

  
5 30
## 2.5.2 - 2016-06-30
6 31

  
7 32
### Added

Also available in: Unified diff