فهرست منبع

Update CHANGELOG and README.

Daniele Alessandri 11 سال پیش
والد
کامیت
83df2ef11c
2فایلهای تغییر یافته به همراه8 افزوده شده و 5 حذف شده
  1. 3 0
      CHANGELOG.md
  2. 5 5
      README.md

+ 3 - 0
CHANGELOG.md

@@ -1,6 +1,9 @@
 v0.8.6 (2014-xx-xx)
 ================================================================================
 
+- Switched to Redis 2.8 as the default server profile as there are no changes
+  that would break compatibility with previous releases.
+
 - Minor tweaks to make this version of Predis compatible with HHVM >= 2.4.0.
 
 - Add support for key hash tags when using redis-cluster (Redis 3.0.0b1).

+ 5 - 5
README.md

@@ -298,11 +298,11 @@ Predis has a comprehensive test suite covering every aspect of the library. This
 integration tests against a running instance of Redis (>= 2.4.0 is required) to verify the correct
 behaviour of the implementation of each command and automatically skips commands not defined in the
 specified Redis profile. If you do not have Redis up and running, integration tests can be disabled.
-By default the test suite is configured to execute integration tests using the profile for Redis 2.6
-but can optionally target a Redis instance built from `2.8` or `unstable` branches by modifying the
-`phpunit.xml` file and setting `REDIS_SERVER_VERSION` respectively to `2.8` or `dev` so that the
-correct server profile will be used. You can refer to [the tests README](tests/README.md) for more
-detailed information about testing Predis.
+By default the test suite is configured to execute integration tests using the profile for Redis 2.8
+(which is the current stable version of Redis) but can optionally target a Redis instance built from
+the `unstable` branch by modifying `phpunit.xml` and setting `REDIS_SERVER_VERSION` to `dev` so that
+the development server profile will be used. You can refer to [the tests README](tests/README.md)
+for more detailed information about testing Predis.
 
 Predis uses Travis CI for continuous integration and the history for past and current builds can be
 found [on its project page](http://travis-ci.org/nrk/predis).