Added note about updated freeze.py Tool.
diff --git a/Misc/NEWS b/Misc/NEWS
index c2622f8..ae2761f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,10 @@
 
 Tools/Demos
 
+- freeze.py now produces binaries which can import shared modules,
+  unlike before when this failed due to missing symbol exports in
+  the generated binary.
+
 Build
 
 - On Unix, a shared libpython2.3.so can be created with --enable-shared.