diff --git a/Changes b/Changes index 88db025f1d..1da39db847 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ -7.12 2016-12-17 +7.12 2016-12-18 - Added button_to and csrf_button_to helpers to Mojolicious::Plugin::TagHelpers. + - Removed experimental status from Mojo::IOLoop::Subprocess. + - Removed experimental status from subprocess method in Mojo::IOLoop. 7.11 2016-11-30 - Added EXPERIMENTAL close_idle_connections method to Mojo::Server::Daemon. diff --git a/lib/Mojo/IOLoop.pm b/lib/Mojo/IOLoop.pm index 8773074ddd..71dff3efaa 100644 --- a/lib/Mojo/IOLoop.pm +++ b/lib/Mojo/IOLoop.pm @@ -613,8 +613,7 @@ Get L object for id or turn object into a connection. Build L object to perform computationally expensive operations in subprocesses, without blocking the event loop. Callbacks will be -passed along to L. Note that this method is -EXPERIMENTAL and might change without warning! +passed along to L. # Operation that would block the event loop for 5 seconds Mojo::IOLoop->subprocess( diff --git a/lib/Mojo/IOLoop/Subprocess.pm b/lib/Mojo/IOLoop/Subprocess.pm index 9d233f17a7..bb4955a845 100644 --- a/lib/Mojo/IOLoop/Subprocess.pm +++ b/lib/Mojo/IOLoop/Subprocess.pm @@ -81,8 +81,7 @@ Mojo::IOLoop::Subprocess - Subprocesses =head1 DESCRIPTION L allows L to perform computationally -expensive operations in subprocesses, without blocking the event loop. Note that -this module is EXPERIMENTAL and might change without warning! +expensive operations in subprocesses, without blocking the event loop. =head1 ATTRIBUTES