- Added EXPERIMENTAL self-restarting Morbo development web server and removed old "--reload" support since there have
been too many negative side effects. This also improves overall performance by about 5-10% and reduces memory usage
by about 10%.
- Added EXPERIMENTAL application mount plugin.
- Added EXPERIMENTAL --help support for all commands.
- Updated prettify.js to version 1-Jun-2011.
- Updated WebSocket diagnostics test in Mojo::HelloWorld for latest Firefox Aurora.
- Improved inline template and static file performance.
- Improved whitespace trimming in Mojo::DOM. (kraih, DaTa)
- Fixed Morbo file discovery bug. (crab)
- Fixed a few application embedding bugs.
- Fixed link generation bug in Mojolicious::Plugin::PodRenderer.
- Fixed small embedding bug in Mojolicious::Plugin::RequestTimer.