X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=ef357628c4ce9b024d222b2cde09909c5a86a42b;hb=d45e8a2e9167150c8283783152d2449bd8d59d2d;hp=841a38df2a6ab01a2a1a3e945c833832d5f0e096;hpb=203c15eefffd996fd20bd28d461ea1aa3865dbbe;p=sbcl.git diff --git a/NEWS b/NEWS index 841a38d..ef35762 100644 --- a/NEWS +++ b/NEWS @@ -763,6 +763,11 @@ changes in sbcl-0.6.13 relative to sbcl-0.6.12: number changes have affected all CPUs equally. Similarly, the byte fasl file version is now equal to the ordinary fasl file version. +?? minor incompatible change: SB-EXT:GET-BYTES-CONSED now + returns the number of bytes consed since the system started, + rather than the number consed since the first time the function + was called. (The new definition parallels ANSI functions like + CL:GET-INTERNAL-RUN-TIME.) planned incompatible changes in 0.7.x: * The debugger prompt sequence now goes "5]", "5[2]", "5[3]", etc.