Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 7.0.2
#### _"Rust is getting some gold !"_
##### 23 july 2018
- __Core__
- Added more Opcache/Type hint optimizations (@Geolim4)
- __Drivers__
- Implemented #627 // Redis/Predis "prefix" option (@Geolim4)
- Fixed bug in Apcu driver with abstract getStats() method (@afdaniele)
- Added Mongodb cluster support and uri options (@UnRyongPark)
- __Misc__
- Updated readme as we are sure that Apc(u) is ported to php7 (@Geolim4)
- Described clear() abstract method (@Geolim4)
- Added new option to PULL_REQUEST_TEMPLATE.md (@Geolim4)
- Fixed #620 // migration guide for v7 uses CamelCase in example (@Geolim4)


## 7.0.1
#### _"Gold is getting some rust !"_
##### 22 june 2018
Expand All @@ -13,7 +29,7 @@
- Fixed wrong code in template issues (@Geolim4)
- Updated Github bytes (@Geolim4)
- Fixing broken badges (@Geolim4)

## 7.0.0
#### _"We found gold !"_
##### 27 may 2018
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This ensure you that the library is completely reliable when it come to manipula

| Regular drivers | High performances drivers | Development drivers |
|---------------------------------|------------------------------------|-------------------------------|
| `Apc(u)` :question: | `Cassandra` | `Devnull` |
| `Apc(u)` | `Cassandra` | `Devnull` |
| `Cookie` | `CouchBase` | `Devfalse` |
| `Files` | `Couchdb` | `Devtrue` |
| `Leveldb` :question: | `Mongodb` | `Memstatic` |
Expand Down