Skip to content

Commit 949146e

Browse files
authored
Merge pull request #636 from Geolim4/master
Released 7.0.2
2 parents f2260a1 + 255aabd commit 949146e

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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
@@ -13,7 +29,7 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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` |

0 commit comments

Comments
 (0)