Skip to content

Commit

Permalink
updated Changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed May 27, 2014
1 parent 77f46b9 commit 506b8ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Changes
Expand Up @@ -8,8 +8,8 @@
- Removed deprecated support for "X-Forwarded-HTTPS".
- Removed return values from wait method in Mojo::IOLoop::Delay.
- Removed generate_port method from Mojo::IOLoop.
- Replaced format method with format attribute in Mojo::Log.
- Removed check_file method from Mojo::Server::Morbo.
- Replaced format method in Mojo::Log with an attribute.
- Added with_compression method to Mojo::Transaction::WebSocket.
- Added catch method to Mojo::EventEmitter.
- Added append method to Mojo::Log.
Expand All @@ -18,6 +18,7 @@
- Improved Mojo::IOLoop::Delay to automatically check if the event loop is
already running.
- Improved Mojo::Parameters to consistently accept arrays.
- Improved Mojo::Collection to perform actual boolean checks. (marcus)
- Fixed Mojo::DOM::HTML to handle slashes in unquoted attribute values
correctly.
- Fixed Mojo::IOLoop::Server to work correctly with newer versions of
Expand Down

0 comments on commit 506b8ba

Please sign in to comment.