Fixed an escaping bug in urlize

--HG--
branch : trunk
diff --git a/CHANGES b/CHANGES
index c2d64e9..b08be69 100644
--- a/CHANGES
+++ b/CHANGES
@@ -44,6 +44,8 @@
 - added a `compile_expression` method to the environment that allows compiling
   of Jinja expressions into callable Python objects.
 
+- fixed an escaping bug in urlize
+
 Version 2.0
 -----------
 (codename jinjavitus, released on July 17th 2008)