From d04a95395d1f1d4a44e55c8880ce24d9b4a421d1 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 22 May 2010 15:38:33 +0200 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 12782f7f..ebcb6c31 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -63,10 +63,10 @@ v0.6.0 (2010-05-??) lifecycle. Persistent connections can lead to unpredictable or strange behaviours, so they should be used with extreme care. - * Introduced the Predis\Pipeline\IExecutor interface. Classes implementing - this interface are now used internally by the Predis\CommandPipeline class - to change the behaviour of the pipeline when writing/reading commands from - one or multiple servers. Here is the list of the default executors: + * Introduced the Predis\Pipeline\IPipelineExecutor interface. Classes that + implements this interface are used internally by the Predis\CommandPipeline + class to change the behaviour of the pipeline when writing/reading commands + from one or multiple servers. Here is the list of the default executors: - Predis\Pipeline\StandardExecutor Exceptions generated by server errors might be thrown depending on the options passed to the client (see "throw_on_error"). Instead, protocol