X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=6d940979c16d8f9fb2971fa6b2da4db11803c26d;hb=6d69dfcc438b3530fa922e518919158ccf1af497;hp=d5d51ba30b42db4069f61e2a3cab7ea2c7aa2fd4;hpb=66cff1e1319861c080d563359afea284614b3a7f;p=sbcl.git diff --git a/NEWS b/NEWS index d5d51ba..6d94097 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ changes in sbcl-1.0.10 relative to sbcl-1.0.9: * enhancement: CONS can now stack-allocate on x86 and x86-64. (Earlier LIST and LIST* supported stack-allocation, but CONS did not:) + * enhancement: nested lists can now be stack allocated on + platforms providing stack allocation support. * enhancement: DEFINE-MODIFY-MACRO lambda-list information is now more readable in environments like Slime which display it. (thanks to Tobias C. Rittweiler)