Added a more convenient autoescaping function
diff --git a/CHANGES b/CHANGES
index afc6f76..8b7489f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,8 @@
   propagated the same way.  The only remaining differences is the defaults
   for `with context` and `without context`.
 - The `with` and `autoescape` tags are now built-in.
+- Added the new `select_autoescape` function which helps configuring better
+  autoescaping easier.
 
 Version 2.8.2
 -------------