From 81d04643bf0cf89e482ca00a3ae84e24afb5215e Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 18 Apr 2014 15:39:55 -0700 Subject: [PATCH] changelog for #696 --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 97ec1e66c..b7e94bb6d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,6 +16,8 @@ Fixes: version of PyGI. * Fix a crash when reading files whose iTunes SoundCheck tags contain non-ASCII characters. +* The ``%if{}`` template function now appropriately interprets the condition + as false when it contains the string "false". Thanks to Ayberk Yilmaz. 1.3.5 (April 15, 2014)