X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=inline;f=NEWS;h=4ab65d991fc6eea78953677ba30efa0f2fd40f31;hb=e5334bc7f2c88a5819e45e2d6e1cfe18af355169;hp=eb792548287d58618e4ca478552b5afc95167281;hpb=4363cb61eb8e2dc833070da398864a039210e1c8;p=sbcl.git diff --git a/NEWS b/NEWS index eb79254..4ab65d9 100644 --- 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