summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2016-11-22 15:05:40 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2016-11-22 15:05:40 +0100
commit71c9676ed7d87dd39f87fda7427f3b41e1864677 (patch)
tree3133d6c815f5001831debd47c35552d1e6e00099
parent2df48fbe62afeed75ce331430cf554ac6cbc533b (diff)
downloadraven-71c9676ed7d87dd39f87fda7427f3b41e1864677.tar.gz
Added changelog entryfeature/transport-refactor
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index de66fe0..82165a8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,9 @@ Version 5.33.0
--------------
* Strip whitespace from DSNs automatically.
+* Refactored transports to support multiple URLs. This might affect
+ you if you have custom subclasses of those. The main change is that
+ the URL parameter moved from the constructor into the `send` method.
Version 5.32.0
--------------