Kaynağa Gözat

Update CHANGELOG.

Daniele Alessandri 15 yıl önce
ebeveyn
işleme
735c92089c
1 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 3 2
      CHANGELOG

+ 3 - 2
CHANGELOG

@@ -2,8 +2,9 @@ v0.6.1 (2010-xx-xx)
   * Minor internal improvements and clean ups.
 
   * Predis\MultiExecBlock and Predis\PubSubContext will throw an exception 
-    when trying to create their instances when using a profile that does 
-    not support the required Redis commands.
+    when trying to create their instances using a profile that does not 
+    support the required Redis commands or when the client is connected to 
+    a cluster of connections.
 
   * Various improvements to Predis\MultiExecBlock:
       - fixes and more consistent behaviour across various usage cases.