Explorar o código

Update CHANGELOG.

Daniele Alessandri %!s(int64=11) %!d(string=hai) anos
pai
achega
30e74e36aa
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      CHANGELOG.md

+ 7 - 0
CHANGELOG.md

@@ -20,6 +20,13 @@ v0.9.0 (201x-xx-xx)
   using objects that responds to `__invoke()` (not all the kinds of callables)
   even for custom options defined by the user.
 
+- Changed a couple of options for our transaction abstraction:
+
+    - `exceptions`: overrides the value of the client option with the same name.
+      Please note that it does not affect all the transaction control commands
+      such as `MULTI`, `EXEC`, `DISCARD`, `WATCH` and `UNWATCH`.
+    - `on_retry`: this option has been removed.
+
 - Removed pipeline executors, now command pipelines can be easily customized by
   extending the standard `Predis\Pipeline\Pipeline` class. Accepted options when
   creating a pipeline using `Predis\Client::pipeline()` are: