Browse Source

Update CHANGELOG.

Daniele Alessandri 13 years ago
parent
commit
298dc87613
1 changed files with 6 additions and 1 deletions
  1. 6 1
      CHANGELOG.md

+ 6 - 1
CHANGELOG.md

@@ -1,6 +1,8 @@
 v0.8.0 (201x-xx-xx)
 ===============================================================================
 
+- The default server profile for Redis is now `2.6`.
+
 - Some namespaces and classes have been renamed to follow one common rule
   inspired by the Symfony2 naming conventions. See `CHANGELOG.NAMING.md` for
   more details about these changes.
@@ -21,7 +23,7 @@ v0.7.2 (2012-xx-xx)
 ===============================================================================
 
 - Added `2.6` in the server profiles aliases list for the upcoming Redis 2.6.
-  `2.4` is still the default server profile. `dev` now targets Redis 3.0.
+  `2.4` is still the default server profile. `dev` now targets Redis 2.8.
 
 - Connection instances can be serialized and unserialized using `serialize()`
   and `unserialize()`. This is handy in certain scenarios such as client-side
@@ -29,6 +31,9 @@ v0.7.2 (2012-xx-xx)
   object with many sub-connections since unserializing them can be up to 5x
   times faster.
 
+- Reworked the default autoloader to make it faster. It is also possible to
+  prepend it in PHP's autoload stack.
+
 - __FIX__: fixed parsing of the payload returned by `MONITOR` with Redis 2.6.