document changes
John Napiorkowski [Thu, 18 Jan 2018 20:41:30 +0000 (14:41 -0600)]
Changes
lib/Catalyst.pm
lib/Catalyst/Runtime.pm

diff --git a/Changes b/Changes
index e69b8be..cbd5bfa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -3,7 +3,12 @@
 5.90116 - TBA
   - Switch from Module::Install to Distar (solves problems that MI has with newer Perl) haarg++
   - Killed Test::Aggregate since its clearly doomed
-  -
+  - PR135 - improved test cases for query keywork
+  - PR158 - improved docs for Catalyst::Test
+  - PR157 - improved error response for data_handlers
+  - PR156 - POD fixes
+  - PR154 - Few dependencies
+  - PR152 - Better support for HTTP Patch
 
 5.90115 - 2017-05-01
   - fixes for silent bad behavior in Catalyst::ScriptRole and 'ensure_class_loaded'
index d4701cc..18a6e7b 100644 (file)
@@ -205,7 +205,7 @@ sub composed_stats_class {
 __PACKAGE__->_encode_check(Encode::FB_CROAK | Encode::LEAVE_SRC);
 
 # Remember to update this in Catalyst::Runtime as well!
-our $VERSION = '5.90115';
+our $VERSION = '5.90116';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 sub import {
index 24ddcc7..897646a 100644 (file)
@@ -7,7 +7,7 @@ BEGIN { require 5.008003; }
 
 # Remember to update this in Catalyst as well!
 
-our $VERSION = '5.90115';
+our $VERSION = '5.90116';
 $VERSION = eval $VERSION if $VERSION =~ /_/; # numify for warning-free dev releases
 
 =head1 NAME