浏览代码

Update CHANGELOG.

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

+ 7 - 0
CHANGELOG.md

@@ -103,6 +103,13 @@ v0.8.5 (2013-xx-xx)
   responses are not parsed, which means arguments must follow the signature of
   the command as defined by Redis and complex responses are left untouched.
 
+- URI parsing for connection parameters has been improved and has slightly less
+  overhead when the number of fields in the querystring grows. New features are:
+
+    - Parsing does not break when value of a field contains one or more "=".
+    - Repeated fieldnames using [] produce an array of values.
+    - Empty or incomplete "key=value" pairs result in an empty string for "key".
+
 - Various improvements and fixes to the redis-cluster connection backend:
 
     - __FIX__: the `ASKING` command is sent upon -ASK redirections.