Skip to content

Commit

Permalink
better description for change
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 4, 2013
1 parent 28c3106 commit f2c1ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changes
Expand Up @@ -2,8 +2,8 @@
4.31 2013-09-04
- Deprecated mode specific methods in application class.
sub production_mode {...}
becomes
if ($self->mode eq 'production') {...}
becomes (in the startup method)
if ($app->mode eq 'production') {...}

4.30 2013-09-01
- Fixed memory leak in Mojolicious::Routes.
Expand Down

0 comments on commit f2c1ae6

Please sign in to comment.