Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Adds note about zend-crypt update to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Apr 11, 2018
1 parent 562e295 commit 6d81303
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file, in reverse
`Zend\Filter\FilterProviderInterface`, which can be used to provide
configuration for the `FilterPluginManager` via zend-mvc `Module` classes.

- [#61](https://github.com/zendframework/zend-filter/pull/61) adds support for
PHP 7.2.

### Deprecated

- Nothing.
Expand All @@ -22,6 +25,14 @@ All notable changes to this project will be documented in this file, in reverse
- [#61](https://github.com/zendframework/zend-filter/pull/61) removes support
for HHVM.

- [#61](https://github.com/zendframework/zend-filter/pull/61) removes support
for zend-crypt versions prior to 3.0. This was done as PHP deprecated the
mcrypt extension starting in PHP 7.1, and does not ship it by default
starting in PHP 7.2. zend-crypt 3.0 adds an OpenSSL adapter for its
BlockCipher capabilities, and acts as a polyfill for mcrypt usage. Since this
functionality has been used by default since 2.7.2, users should be able to
upgrade seamlessly.

### Fixed

- Nothing.
Expand Down

0 comments on commit 6d81303

Please sign in to comment.