Browse Source

Updated CHANGELOG.

Daniele Alessandri 15 years ago
parent
commit
14c9d36bdf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CHANGELOG

+ 1 - 0
CHANGELOG

@@ -57,6 +57,7 @@ v0.x.x
       - connection_async [default: FALSE]
       - connection_async [default: FALSE]
         estabilish connections to servers in a non-blocking way, so that the 
         estabilish connections to servers in a non-blocking way, so that the 
         client is not blocked while the underlying resource performs the actual 
         client is not blocked while the underlying resource performs the actual 
+        connection.
       - connection_persistent [default: FALSE]
       - connection_persistent [default: FALSE]
         the underlying connection resource is left open when a script ends its 
         the underlying connection resource is left open when a script ends its 
         lifecycle. Persistent connections can lead to unpredictable or strange 
         lifecycle. Persistent connections can lead to unpredictable or strange