From: Fabien Potencier Date: Sat, 23 Nov 2013 21:24:07 +0000 (+0100) Subject: feature #1255 added the round filter (fabpot) X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=f7c00d336f08901ec4742f20d234f9e677dcccab;p=web%2Fkonrad%2Ftwig.git feature #1255 added the round filter (fabpot) This PR was merged into the master branch. Discussion ---------- added the round filter fixes #1238 Commits ------- ff4a7d2 added the round filter --- f7c00d336f08901ec4742f20d234f9e677dcccab diff --cc CHANGELOG index 4a9a8fd,5787617..5fd88cd --- a/CHANGELOG +++ b/CHANGELOG @@@ -1,8 -1,6 +1,9 @@@ * 1.15.0 (2013-XX-XX) + * added the round filter + * fixed a bug that prevented the optimizers to be enabled/disabled selectively + * fixed first and last filters for UTF-8 strings + * added a source function to include the content of a template without rendering it * fixed the C extension sandbox behavior when get or set is prepend to method name * 1.14.2 (2013-10-30)