summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2622f8..ae2761f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,10 @@ Library
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.