Skip to content

Commit

Permalink
fixed Changes for marcus
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 11, 2013
1 parent 9bc3a7a commit c257b6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,8 +1,9 @@

4.61 2013-12-12

4.60 2013-12-11
- Improved Mojolicious::Validator::Validation to allow custom validation
errors.
- Documentation improvements. (dsteinbrunner)

4.59 2013-12-04
- Added CSRF protection support.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -43,7 +43,7 @@ has types => sub { Mojolicious::Types->new };
has validator => sub { Mojolicious::Validator->new };

our $CODENAME = 'Top Hat';
our $VERSION = '4.60';
our $VERSION = '4.61';

sub AUTOLOAD {
my $self = shift;
Expand Down

0 comments on commit c257b6d

Please sign in to comment.