Skip to content

Commit

Permalink
fixed small typo in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 20, 2011
1 parent aff2ff2 commit 404ef41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Changes
@@ -1,9 +1,12 @@
This file documents the revision history for Perl extension Mojolicious.

2.04 2011-10-20 00:00:00
- Fixed typos.

2.03 2011-10-20 00:00:00
- Deprecated all is_done methods in favor of is_finished.
- Renamed done event in Mojo::IOLoop::Trigger to finish.
- Added EXPERIMETNAL support for new HTTP status codes from
- Added EXPERIMENTAL support for new HTTP status codes from
draft-nottingham-http-new-status.
- Improved documentation.
- Fixed small bug in "upload_lite_app.t".
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -35,7 +35,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.03';
our $VERSION = '2.04';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down

0 comments on commit 404ef41

Please sign in to comment.