0.8.12.10: Fix bug 338: "MOP specializers as type specifiers"
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 228ba4f..9844abc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2564,6 +2564,8 @@ changes in sbcl-0.8.13 relative to sbcl-0.8.12:
     enable them.
   * the SB-SPROF contrib now works on (most) non-x86 architectures.
     It is known as of this release not to work on the Alpha, however.
+  * fixed bug #338: instances of EQL-SPECIFIER are now valid type
+    designators and can hence be used with TYPEP.
   * fixed bug #333: CHECK-TYPE now ensures that the type error
     signalled, if any, has the right object to be accessed by
     TYPE-ERROR-DATUM.  (reported by Tony Martinez)