浏览代码

Update CHANGELOG.

Daniele Alessandri 9 年之前
父节点
当前提交
26d7147646
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      CHANGELOG.md

+ 4 - 0
CHANGELOG.md

@@ -18,6 +18,10 @@ v1.1.0 (2016-0x-xx)
   (note the lack of a double slash after the scheme). The old format should be
   (note the lack of a double slash after the scheme). The old format should be
   considered obsolete and will not be supported from the next major release.
   considered obsolete and will not be supported from the next major release.
 
 
+- When initialization commands such as `SELECT` and `AUTH` (sent as soon as the
+  connection is established) return error responses, the client now throws an
+  exception with the message returned by Redis.
+
 - Added support for default connection parameters in `Predis\Connection\Factory`
 - Added support for default connection parameters in `Predis\Connection\Factory`
   augmenting the user-supplied parameters used to create new connections. These
   augmenting the user-supplied parameters used to create new connections. These
   parameters do not override specific parameters when already defined. They can
   parameters do not override specific parameters when already defined. They can