mention unicode support in compile, eval and exec
diff --git a/Misc/NEWS b/Misc/NEWS
index 24f318c..f0082fa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- compile(), eval() and the exec statement now fully support source code
+  passed as unicode strings.
+
 - int subclasses can be initialized with longs if the value fits in an int.
   See SF bug #683467.