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

Commit

Permalink
Updates CHANGELOG entry for #186
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Aug 29, 2019
1 parent 1f45226 commit 45d32ac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ All notable changes to this project will be documented in this file, in reverse

### Changed

- Nothing.
- [#186](https://github.com/zendframework/zend-cache/pull/186) replaces
deprecated `delete()` calls with `del()` in Redis adapter. `delete()`
function is deprecated since version 5.0.0 and `del()` is available
since version 2.1.0.

### Deprecated

Expand All @@ -22,7 +25,7 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#186](https://github.com/zendframework/zend-cache/pull/186) Replaced deprecated `Redis::delete()` calls with `del()`.
- Nothing.

## 2.8.4 - TBD

Expand Down

0 comments on commit 45d32ac

Please sign in to comment.