X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=88cc61e1ec34ef8cbffa6fb251550823cc6e917f;hb=c70ef5922e4e5290fab52b90c3614be83c0b8f8b;hp=7d2ef391a76b349d3e04ad3b30ce6298f50728f9;hpb=a9d113c53175ab3215697f7cf6ab6b7c1f448d5a;p=sbcl.git diff --git a/NEWS b/NEWS index 7d2ef39..88cc61e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ ;;;; -*- coding: utf-8; -*- changes in sbcl-0.9.16 relative to sbcl-0.9.15: + * feature: implemented the READER-METHOD-CLASS and + WRITER-METHOD-CLASS portion of the Class Initialization Protocol + as specified by AMOP. * optimization: faster LOGCOUNT implementation on x86 and x86-64 (thanks to Lutz Euler)