Added a note about EasyDialogs dialogs having become movable.
diff --git a/Misc/NEWS b/Misc/NEWS
index 750b2c3..9fe51ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -70,6 +70,8 @@
 
 - A new method MacOS.WMAvailable() returns true if it is safe to access
   the window manager, false otherwise.
+  
+- EasyDialogs dialogs are now movable-modal.
 
 
 What's New in Python 2.3 alpha 2?