prepping changefile and version info
John Napiorkowski [Wed, 21 Aug 2013 02:31:09 +0000 (22:31 -0400)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index 8cdcf20..0922f90 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,7 +5,9 @@
   - Fixed some pointless warnings when middleware class lacked VERSION
   - NEW FEATURE: Declare global 'data_handlers' for parsing HTTP POST/PUT
     alternative content, and created default JSON handler.  Yes, now Catalyst
-    handles JSON request content out of the box!
+    handles JSON request content out of the box!  More docs eventually but
+    for now see the DATA HANDLERS section in Catalyst.pm (or review the test
+    case t/data_handler.t
 
 5.90049_001 - 2013-07-26
   - Declare PSGI compliant Middleware as part of your Catalyst Application via
index b9e9b4a..b02eb81 100644 (file)
@@ -117,7 +117,7 @@ __PACKAGE__->stats_class('Catalyst::Stats');
 
 # Remember to update this in Catalyst::Runtime as well!
 
-our $VERSION = '5.90049_001';
+our $VERSION = '5.90049_002';
 
 sub import {
     my ( $class, @arguments ) = @_;
index fc34fee..ebca126 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90049_001';
+our $VERSION = '5.90049_002';
 
 =head1 NAME