mention SB-INTROSPECT's improved handling of structure copiers in NEWS
authorNikodemus Siivola <nikodemus@sb-studio.net>
Fri, 10 Jun 2011 17:21:18 +0000 (20:21 +0300)
committerNikodemus Siivola <nikodemus@sb-studio.net>
Fri, 10 Jun 2011 17:21:18 +0000 (20:21 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 5e912b3..809b1fe 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@
 changes relative to sbcl-1.0.49:
   * enhancement: errors from FD handlers now provide a restart to remove
     the offending handler.
+  * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
+    copiers as well.
   * enhancement: location of user or system initialization file can now easily
     be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION*
     and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*.