Skip to content

Commit

Permalink
Merge branch 'release/1.3093' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xsawyerx committed Feb 29, 2012
2 parents a75e7d3 + 4ec2ef8 commit ea5f6d8
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
23 changes: 20 additions & 3 deletions CHANGES
@@ -1,13 +1,30 @@
{{$NEXT}}

1.3093 29.02.2012

[ BUG FIXES ]
* GH-738: Define exception type ::Core::Request, to avoid things blowing
* GH #738: Define exception type ::Core::Request, to avoid things blowing
up when Dancer::Request raises exceptions of that type
(David Precious, thanks to damog for reporting)
* GH #671: Fix Dancer::Plugin::Ajax with Plack::Builders.
(Activeg, Sawyer X)
* Auto-page feature cleanup and fixup. (David Precious)
* Remove uninitialized warnings. (Sawyer X, David Precious)

[ ENHANCEMENTS ]
* Winning release race to Catalyst (nice try rafl++!)
* Add exception type ::Core::Request. (David Precious)
* JSON decode from UTF8. (Sam Kington)
* Provide the method when a route crashes to help debug. (Sam Kington)
* More helpful log messages. (David Precious)

[ DOCUMENTATION ]
* Fix examples for multi-app deployment under Plack::Builder in deployment
* docs (c0bra)
* Fix examples for multi-app deployment under Plack::Builder in deployment.
* Deployment docs. (c0bra)
* Update tutorial. (David Precious)
* Clean up EXPORTS. (David Precious)
* Keyword documentation fixups. (Kirk Kimmel)
* Clarify forward docs with better examples. (David Precious)

1.3092 27.01.2012

Expand Down
2 changes: 1 addition & 1 deletion lib/Dancer.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
use Carp;
use Cwd 'realpath';

our $VERSION = '1.3092';
our $VERSION = '1.3093';
our $AUTHORITY = 'SUKRIA';

use Dancer::App;
Expand Down

0 comments on commit ea5f6d8

Please sign in to comment.