X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=5f23c7d0defcb6620ce662652135d165bfd6ce42;hb=444d2072bc52e60a41af62ee22e343e76109212f;hp=efe729c28d03e75b7c694f449d7d1b88d697b11a;hpb=9832912620f7833b0527ec2744eff725b1575984;p=sbcl.git diff --git a/NEWS b/NEWS index efe729c..5f23c7d 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,17 @@ ;;;; -*- coding: utf-8; -*- +changes in sbcl-0.9.11 relative to sbcl-0.9.10: + * new feature: Unicode character names are now known to the system + (through CHAR-NAME and NAME-CHAR). + * bug fix: as implied by AMOP, standardized classes no longer have + slots named by external symbols of public packages. (reported by + Pascal Costanza) + * optimization: calling functions via constant symbols -- as in + (FUNCALL 'FOO) -- is now roughly as efficient as calling them + via the function object as in (FUNCALL #'FOO). + * enhancement: CONSTANTP is now able to determine constantness of + more complex forms, including calls to constant-foldable standardized + functions and some special forms beyond QUOTE. + changes in sbcl-0.9.10 relative to sbcl-0.9.9: * new feature: new SAVE-LISP-AND-DIE keyword argument :EXECUTABLE can be used for bundling the runtime and the core file into one