commit | 7d3e4e4ed0eb2b649571be61802ebe0781064ba4 | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Thu Dec 12 22:30:24 2013 +0000 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Thu Dec 12 22:30:24 2013 +0000 |
tree | 25ba42c8a4de51abc75f9167af8d9c9352c1fb92 | |
parent | 510fb489d63ad69c5a0cc9057926a0ed3f03f4c3 [diff] [blame] |
Added a changelog entry for the equalto filter
diff --git a/CHANGES b/CHANGES index a4590d4..179bbd6 100644 --- a/CHANGES +++ b/CHANGES
@@ -8,6 +8,7 @@ - Added `target` parameter to urlize function. - Added support for `followsymlinks` to the file system loader. - The truncate filter now counts the length. +- Added equalto filter that helps with select filters. Version 2.7.2 -------------