X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=blobdiff_plain;f=Changes;h=00ad9f2d20c6640a83da940a24d79f468ab39bc4;hp=6d7bde7ddbc8546ee25177ec0980e5fe06e8fc71;hb=HEAD;hpb=0d11194afb6d9a7e90f3e05baa7e64756cf4f780 diff --git a/Changes b/Changes index 6d7bde7..00ad9f2 100644 --- a/Changes +++ b/Changes @@ -1,8 +1,14 @@ Revision history for Perl extension Catalyst::Engine::Stomp. + - Ability to add additional header key/value pairs to the + subscribe message sent to the message broker. (jason) + - Additional documentation (jason) + +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 - recieve an unserializeable message. + 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