- Deprecated Mojo::Exception::verbose.
- Added EXPERIMENTAL check and raise functions to Mojo::Exception.
- Added -f option to generate plugin command.
- Improved inspect method in Mojo::Exception to be safe to call more than once.
- Fixed various stack trace bugs in Mojo::Exception, so your error messages and stack traces can look slightly
different than before.
- Fixed bugs in reply->exception helper that could result in exceptions without error message.
- Fixed daemonize exception handling in Mojo::Server. (skaji)