From 47c11e5f624f0018e961dc3e0628a8d732b683a5 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Wed, 5 Oct 2011 09:40:12 -0700 Subject: [PATCH] update changes --- CHANGES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index a5938a97..56f14a18 100644 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,11 @@ -= 1.3.2 / Not Yet Released - = 1.3.1 / 2011-10-05 * Support adding more than one callback to the stream object. (Konstantin Haase) + * Fix for infinite loop when streaming on 1.9.2 with Thin from a modular + application (Konstantin Haase) + = 1.3.0 / 2011-09-30 * Added `stream` helper method for easily creating streaming APIs, Server