Skip to content

Commit e6f5801

Browse files
authored
Merge pull request #7 from boesing/master
Added release notes for `v1.2.0`
2 parents b70b69a + b19f74d commit e6f5801

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

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

5+
## 1.2.0 - 2019-07-29
6+
7+
### Added
8+
9+
- [#6](https://github.com/smoke/zf2-cache-storage-redis-array/pull/6) PSR-16 & PSR-6 support with integration unit tests provided by [cache/integration-tests](https://github.com/php-cache/integration-tests)
10+
11+
### Changed
12+
13+
- Nothing.
14+
15+
### Deprecated
16+
17+
- Nothing.
18+
19+
### Removed
20+
21+
- Nothing.
22+
23+
### Fixed
24+
25+
- [#4](https://github.com/smoke/zf2-cache-storage-redis-array/pull/4) On every `RedisArray::getResource` call, `RedisArray` requested an `INFO` call to redis to receive the version. This led to unnecessary `INFO` calls on every other call made to redis. **Thanks to @CyberLine**
26+
527
## 1.1.1 - 2018-09-07
628

729
### Added

0 commit comments

Comments
 (0)