aboutsummaryrefslogtreecommitdiff
path: root/changes/bug32880
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug32880')
-rw-r--r--changes/bug328805
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/bug32880 b/changes/bug32880
deleted file mode 100644
index a25cabb7dc..0000000000
--- a/changes/bug32880
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (circuit, handshake):
- - In the v3 handshaking code, Use connection_or_change_state() to change
- the state. Previously, we changed the state directly, but this did not
- pass a state change to the pubsub or channel object. Fixes bug 32880;
- bugfix on 0.2.3.6-alpha. Patch by Neel Chauhan.