We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b6af0 commit f6e448fCopy full SHA for f6e448f
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+## 7.0.0-rc2
2
+##### 8 may 2018
3
+- __Global__
4
+ - More Opcache optimizations (@Geolim4)
5
+- __Core__
6
+ - Updated EventManager now MUST implement `Phpfastcache\Event\EventInterface` (@Geolim4)
7
+ - Upgraded API version from 2.0.2 to 2.0.3 (@Geolim4)
8
+ - Fixed namespace issue on EventManager (@Cyperghost)
9
+- __Helpers__
10
+ - Improved TestHelper efficiency (@Geolim4)
11
+ - Forced return type hint to Psr16Adapter && added a getter for the internal cache instance (@Geolim4)
12
+ - The Psr16Adapter will now also accept an `ExtendedCacheItemPoolInterface` object to the $driver parameter in constructor (@Geolim4)
13
+- __Misc__
14
+ - Updated Readme (@Geolim4)
15
+
16
## 7.0.0-rc
17
##### 8 april 2018
18
- __Global__
0 commit comments