Skip to content

Commit

Permalink
explain the breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 7, 2014
1 parent c05afdd commit e312dce
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changes
@@ -1,7 +1,10 @@

5.48 2014-10-07
- Emergency release for a critical security issue that can result in
- Emergency release for a serious security issue that can result in
parameter injection attacks, everybody should update!
Breaking change: Methods that previously worked differently in scalar than
in list context now always assume scalar context, and new methods have
been added to cover the list context functionality.
- Added all_cookies and all_uploads methods to Mojo::Message.
- Added all_params method to Mojo::Message::Request.
- Added all_params method to Mojo::Parameters.
Expand Down

0 comments on commit e312dce

Please sign in to comment.