From b21db5cf22d499af9ee73c83b1e07a2d29ed3f2a Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Tue, 21 Aug 2012 20:39:02 -0400 Subject: [PATCH] v1.22 --- Changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 22889d8..12e38e2 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Mojolicious::Plugin::TtRenderer {{$NEXT}} - - Compatibility with Mojolicious 3.05+ + - Compatibility with Mojolicious 3.05+ (GH#24) + - Avoid deep recursion when exception template dies (GH#25,GH26) + - Fixed test failures (GH#27,GH#28) 1.21 June 5, 2012 - Fixed double TT rendering on error (Matthias Bethke (GH#21))