1.0.9.7: the MSI should not add .lisp and .fasl associations
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index d89493e..1393e53 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 ;;;; -*- coding: utf-8; -*-
 changes in sbcl-1.0.10 relative to sbcl-1.0.9:
+  * minor incompatible change: the MSI installer on Windows no longer
+    associates .lisp and .fasl files with the installed SBCL.
   * minor incompatible change: :UNIX is no longer present in *FEATURES*
     on Windows. (thanks to Luis Oliviera)
   * optimization: SLOT-VALUE and (SETF SLOT-VALUE) are now >20% faster