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 3117592 commit b70b65eCopy full SHA for b70b65e
CHANGELOG.md
@@ -0,0 +1,17 @@
1
+##7.0.0-alpha
2
+##### 18 october 2017
3
+- __Global__
4
+ - Added php7 type hint support. Strict type support is coming in next alphas
5
+ - Added changelog as requested by @rdecourtney in #517
6
+ - Added `phpFastCacheInstanceNotFoundException` exception
7
+- __Drivers__
8
+ - Added Riak driver
9
+ - Fixed wrong type hint returned by Predis
10
+- __Cache Manager__
11
+ - Added custom Instance ID feature as requested in #477
12
+- __Helpers__
13
+ - Modified ActOnAll helper behavior, this helper now returns an array of driver returns and does no longer implements `ExtendedCacheItemPoolInterface`
14
+
15
+##7.0.0-dev
16
+##### 01 october 2017
17
+- Initialized v7 development
0 commit comments