Эх сурвалжийг харах

Update CHANGELOG.

Remove recently added lines as they are not entirely true, the client
currently does not apply any key prefixing for any command not created
by Redis profiles even though it is possible now, contrary to v0.8.

[ci skip]
Daniele Alessandri 11 жил өмнө
parent
commit
cb3cd050ab
1 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 1 3
      CHANGELOG.md

+ 1 - 3
CHANGELOG.md

@@ -54,9 +54,7 @@ v0.9.0 (201x-xx-xx)
 - The key prefixing logic has been moved from command classes to the key prefix
   processor. Developers can define or override handlers used to prefix keys, but
   they can also define the needed logic in their command classes by implementing
-  `Predis\Command\PrefixableCommandInterface` just like before. Prefixes are now
-  applied also to raw commands if the command ID is a recognized one and handled
-  by the key prefix processor.
+  `Predis\Command\PrefixableCommandInterface` just like before.
 
 
 v0.8.5 (2013-xx-xx)