X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=0dd15aeb2f9b9229d11d0de7b187f9fc0104a92d;hb=492dce07cf27b3cbee8ce4800c938fcb884aa53e;hp=ec026342f2118e0b286c1e935bc80b7490684fa3;hpb=f575ddaffe838c611359430946fe26b80808a35a;p=sbcl.git diff --git a/NEWS b/NEWS index ec02634..0dd15ae 100644 --- a/NEWS +++ b/NEWS @@ -10,8 +10,15 @@ changes relative to sbcl-1.1.4: resolving the situation. See manual for details. (lp#891351) * enhancement: make-random-state now uses CryptGenRandom as a seed on Windows. (Thanks to Anton Kovalenko.) (lp#1102748) - * bug fix: secondary CLOS dispatch functions have better debug names. - (lp#503081) + * enhancement: backtrace improvements + ** secondary CLOS dispatch functions have better debug names (lp#503081) + ** easier to read method names in backtraces. See + SB-DEBUG:*METHOD-FRAME-STYLE*. + ** SB-DEBUG:PRINT-BACKTRACE and SB-DEBUG:LIST-BACKTRACE are available as + forwards-compatible replacements for SB-DEBUG:BACKTRACE and + SB-DEBUG:BACKTRACE-AS-LIST. + ** SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS** has been deprecated, as the same + information is available in less intrusive form as frame annotations. * bug fix: deleting a package removes it from implementation-package lists of other packages.