CHANGES.md in reel-0.4.0.pre vs CHANGES.md in reel-0.4.0.pre2

- old
+ new

@@ -1,7 +1,15 @@ -HEAD ----- -* Remove on_error callback system +0.4.0.pre2 +---------- +* Pipelining support +* Reel::Connection#each_request for iterating through keep-alive requests +* Reel::Request#body now returns a Reel::RequestBody object instead of a String +* New WebSocket API: obtain WebSockets through Reel::Request#websocket instead + of through Reel::Connection#request. Allows processing of WebSockets through + other means than the built-in WebSocket support +* Allow Reel to stop cleanly +* Remove `on_error` callback system +* Increase buffer size 0.3.0 ----- * Reel::App: Sinatra-like DSL for defining Reel apps using Octarine * Chunked upload support