X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=3aa1c01ab17b97c94c54a90807aef99f149dfe70;hb=82f9c527cb607ccd19e5b24261dfe9af7b1ba72e;hp=281a811fa073484e428cc273bc7b1fb70d599d0f;hpb=fa2c3ba871c9818e5768fd8f6092ddda83a93a1f;p=sbcl.git diff --git a/NEWS b/NEWS index 281a811..3aa1c01 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.0.47: +changes relative to sbcl-1.0.48: + * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing + virtual source-file information, eg. overriding input-file of COMPILE-FILE + when a temporary file is used for compilation. + * enhancement: ASDF has been updated to version 2.0.15. + +changes in sbcl-1.0.48 relative to sbcl-1.0.47: * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five years, is now no longer supported. * enhancement: read() and write() have been added to SB-POSIX.