From e37738f9e3c2d86139f49b49920f42dee8d6f770 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Mon, 2 Mar 2015 17:04:23 +0000 Subject: [PATCH] Add indented multiline string change to changelog. --- Changes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changes b/Changes index bc2cde859..9e5abdec9 100644 --- a/Changes +++ b/Changes @@ -21,6 +21,10 @@ * Andy Wardley improved the handling of keywords when the ANYCASE option is in use. See t/anycase.t for examples. +* Matthew Somerville fixed an issue with indentation of multiline strings + in compiled templates breaking e.g. translation. + https://github.com/abw/Template2/pull/29 + * Chromatic fixed UTF-8 encoding in URLs in URL plugin. https://github.com/abw/Template2/pull/31