X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=bbe7ed7f13b3d0520d4f579ec16ca966ba95bf4c;hb=262a45329fe2733495bd04e24e41906ec7c29e0c;hp=c7173fbf9c83883716819ef69f20fc10559ea5db;hpb=0e7598755947b3848db7d2df52c4dfadb8d33de2;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Changes b/Changes index c7173fb..bbe7ed7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Perl extension Catalyst::Engine::Stomp. +0.06 Mon Jul 13 22:22:22 2009 + - Make the test-app harness available under CatalystX:: + - Clean up use of deprecated dispatcher methods. + - Add an error message in the Catalyst log when we + receive an unserializeable message. + - Fix the test application to always run with the + correct library paths. + - Fix bug causing alternate serializers to not be found + when using configuration from a config file. + +0.05 Sun Jun 07 01:38:46 2009 - Cleanups, tests and documentation additions. - Add namespace:autoclean - Handle 'no type' messages better, attempt to reply saying so.