CHANGELOG.md in faye-websocket-0.7.3 vs CHANGELOG.md in faye-websocket-0.7.4

- old
+ new

@@ -1,5 +1,11 @@ +### 0.7.4 / 2014-07-06 + +* Stop using `define_method` to implement `Event` properties, since it blows the method cache +* Stop setup errors masking URI errors in `Client#initialize` +* Make the Goliath adapter compatible with goliath-1.0.4. + ### 0.7.3 / 2014-04-24 * Remove an unneeded method override in the `WebSocket` class ### 0.7.2 / 2013-12-29 @@ -116,6 +122,5 @@ ### 0.1.0 / 2011-11-27 * Initial release, based on WebSocket components from Faye -