File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 7.0.2
2+ #### _ "Rust is getting some gold !"_
3+ ##### 23 july 2018
4+ - __ Core__
5+ - Added more Opcache/Type hint optimizations (@Geolim4 )
6+ - __ Drivers__
7+ - Implemented #627 // Redis/Predis "prefix" option (@Geolim4 )
8+ - Fixed bug in Apcu driver with abstract getStats() method (@afdaniele )
9+ - Added Mongodb cluster support and uri options (@UnRyongPark )
10+ - __ Misc__
11+ - Updated readme as we are sure that Apc(u) is ported to php7 (@Geolim4 )
12+ - Described clear() abstract method (@Geolim4 )
13+ - Added new option to PULL_REQUEST_TEMPLATE.md (@Geolim4 )
14+ - Fixed #620 // migration guide for v7 uses CamelCase in example (@Geolim4 )
15+
16+
117## 7.0.1
218#### _ "Gold is getting some rust !"_
319##### 22 june 2018
1329 - Fixed wrong code in template issues (@Geolim4 )
1430 - Updated Github bytes (@Geolim4 )
1531 - Fixing broken badges (@Geolim4 )
16-
32+
1733## 7.0.0
1834#### _ "We found gold !"_
1935##### 27 may 2018
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This ensure you that the library is completely reliable when it come to manipula
2121
2222| Regular drivers | High performances drivers | Development drivers |
2323| ---------------------------------| ------------------------------------| -------------------------------|
24- | ` Apc(u) ` : question : | ` Cassandra ` | ` Devnull ` |
24+ | ` Apc(u) ` | ` Cassandra ` | ` Devnull ` |
2525| ` Cookie ` | ` CouchBase ` | ` Devfalse ` |
2626| ` Files ` | ` Couchdb ` | ` Devtrue ` |
2727| ` Leveldb ` :question : | ` Mongodb ` | ` Memstatic ` |
You can’t perform that action at this time.
0 commit comments