1.0.32.6: WHO-SPECIALIZES-DIRECTLY & WHO-SPECIALIZES-GENERALLY
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index eb79254..4ab65d9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,11 @@ changes relative to sbcl-1.0.32:
   * bug fix: restore buildability on the MIPS platform.  (regression from
     1.0.30.38, reported by Samium Gromoff)
   * bug fix: inspecting closures is less likely to fail with a type error.
+  * new feature: SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY to get a list of
+    definitions for methods specializing on the passed class itself. 
+  * new feature: SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY to get a list of
+    definitions for methods specializing on the passed class itself, or on
+    subclasses of it.
 
 changes in sbcl-1.0.32 relative to sbcl-1.0.31:
   * optimization: faster FIND and POSITION on strings of unknown element type