Skip to content

Commit

Permalink
Update changelog for 2.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
squarejesse committed May 22, 2015
1 parent 2095608 commit 1a95e16
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Change Log
==========

## Version 2.4.0

_2015-05-22_

* **Forbid response bodies on HTTP 204 and 205 responses.** Webservers that
return such malformed responses will now trigger a `ProtocolException` in
the client.

* **WebSocketListener has incompatible changes.** The `onOpen()` method is now
called on the reader thread, so implementations must return before further
websocket messages will be delivered. The `onFailure()` method now includes
an HTTP response if one was returned.

## Version 2.4.0-RC1

_2015-05-16_
Expand Down

0 comments on commit 1a95e16

Please sign in to comment.