Skip to content

Commit

Permalink
Add CHANGELOG entry
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
  • Loading branch information
boesing committed Oct 31, 2020
1 parent a0319f9 commit ba8b68a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Expand Up @@ -6,19 +6,29 @@ All notable changes to this project will be documented in this file, in reverse

### Added

- Nothing.
- [#35](https://github.com/laminas/laminas-session/pull/35) Adds PHP 8.0 support

### Changed

- Nothing.

### Deprecated

- Nothing.
- [#35](https://github.com/laminas/laminas-session/pull/35) Marks some methods in `StandardConfig` as deprecated as the functionality behind these methods was dropped in PHP 7.1
- `StandardConfig::setEntropyFile`
- `StandardConfig::getEntropyFile`
- `StandardConfig::setEntropyLength`
- `StandardConfig::getEntropyLength`
- `StandardConfig::setHashFunction`
- `StandardConfig::getHashFunction`
- `StandardConfig::setHashBitsPerCharacter`
- `StandardConfig::getHashBitsPerCharacter`

- [#35](https://github.com/laminas/laminas-session/pull/35) Marks the `AbstractValidatorChain`, `ValidatorChainTrait` and `AbstractValidatorChainEM3` as deprecated as they can be replaced by using the `ValidatorChain` instead.

### Removed

- Nothing.
- [#35](https://github.com/laminas/laminas-session/pull/35) Removed compatibility with laminas-eventmanager v2

### Fixed

Expand Down

0 comments on commit ba8b68a

Please sign in to comment.