Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.26. Changelog diff is:
Browse files Browse the repository at this point in the history
diff --git a/Changes b/Changes
index 1e0f954..060c555 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::View::JSON

+0.26  Mon Aug 24 16:11:37 PDT 2009
+        - Work around not to expose Catalyst specific stash variables (Chris Prather)
+
 0.25  Sat Apr 18 19:09:46 CST 2009
         - Use MRO::Compat instead of NEXT. (Florian Ragwitz)
  • Loading branch information
miyagawa committed Aug 24, 2009
1 parent a45ac70 commit c5db2b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Catalyst::View::JSON

0.26 Mon Aug 24 16:11:37 PDT 2009
- Work around not to expose Catalyst specific stash variables (Chris Prather)

0.25 Sat Apr 18 19:09:46 CST 2009
- Use MRO::Compat instead of NEXT. (Florian Ragwitz)

Expand Down
2 changes: 1 addition & 1 deletion lib/Catalyst/View/JSON.pm
@@ -1,7 +1,7 @@
package Catalyst::View::JSON;

use strict;
our $VERSION = '0.25';
our $VERSION = '0.26';

use base qw( Catalyst::View );
use Encode ();
Expand Down

0 comments on commit c5db2b9

Please sign in to comment.