From d31bc103d87b092a8fb9c8ae9709729f22a37f55 Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Jul 2018 20:52:12 +0200 Subject: [PATCH 1/2] Updated readme as we are sure that Apc(u) is ported to php7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d696adcdf..fa769fe18 100644 --- a/README.md +++ b/README.md @@ -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` | From 255aabd57b5c89f742b9301833394fed7918f39c Mon Sep 17 00:00:00 2001 From: Geolim4 Date: Mon, 23 Jul 2018 20:59:13 +0200 Subject: [PATCH 2/2] Released 7.0.2 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b2fc4319..05a4edce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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