From f9e2da899d4f9f47f1fa0623dd22d75edb5cd488 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Mon, 30 Jan 2017 22:24:19 +0100
Subject: [PATCH] bugfix - messages longer than a frame got corrupted

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index 719741f..57295f7 100644
--- a/README.md
+++ b/README.md
@@ -50,6 +50,9 @@ if you need every CPU cycle you can get.
 
 ## What's new
 
+* v0.89.1:
+  * **Critical bugfix**: messages larger than a frame got corrupted
+
 * v0.89: 
    * Events are no longer timestamped by CoolAMQP, it's your job now
    * You can delete queues (_Cluster.delete_queue_)
-- 
GitLab