Browse Source

Updated CHANGELOG.

Daniele Alessandri 15 năm trước cách đây
mục cha
commit
7579b2c6b7
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      CHANGELOG

+ 3 - 0
CHANGELOG

@@ -5,6 +5,9 @@ v0.x.x
   * Switched to class-based handlers instead of anonymous functions to 
   * Switched to class-based handlers instead of anonymous functions to 
     handle the various server response types.
     handle the various server response types.
 
 
+  * CommandPipeline and MultiExecBlock return their instances when invoking 
+    commands, thus allowing method chaining in pipelines and multi-exec blocks.
+
 v0.5.1
 v0.5.1
   * RPOPLPUSH has been changed from bulk command to inline command in Redis
   * RPOPLPUSH has been changed from bulk command to inline command in Redis
     1.2.1, so ListPopLastPushHead now extends InlineCommand. The old RPOPLPUSH
     1.2.1, so ListPopLastPushHead now extends InlineCommand. The old RPOPLPUSH