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
+
1
17
## 7.0.1
2
18
#### _ "Gold is getting some rust !"_
3
19
##### 22 june 2018
13
29
- Fixed wrong code in template issues (@Geolim4 )
14
30
- Updated Github bytes (@Geolim4 )
15
31
- Fixing broken badges (@Geolim4 )
16
-
32
+
17
33
## 7.0.0
18
34
#### _ "We found gold !"_
19
35
##### 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
21
21
22
22
| Regular drivers | High performances drivers | Development drivers |
23
23
| ---------------------------------| ------------------------------------| -------------------------------|
24
- | ` Apc(u) ` : question : | ` Cassandra ` | ` Devnull ` |
24
+ | ` Apc(u) ` | ` Cassandra ` | ` Devnull ` |
25
25
| ` Cookie ` | ` CouchBase ` | ` Devfalse ` |
26
26
| ` Files ` | ` Couchdb ` | ` Devtrue ` |
27
27
| ` Leveldb ` :question : | ` Mongodb ` | ` Memstatic ` |
You can’t perform that action at this time.
0 commit comments