X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=2f214c78cd65e5d0eb9a970fee493fd6fe45ee35;hb=c3462f08137286b19e5068a750a5bae1d98beac1;hp=60abb6adb02a53eec555b6025c800db20a702219;hpb=1ee20a4186d01454f5cf61a3049160c174568305;p=sbcl.git diff --git a/NEWS b/NEWS index 60abb6a..2f214c7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.1.14: + * bug fix: Windows applications without the console window no longer misbehave. + (patch by Wilfredo Velazquez, lp#1256034). + changes in sbcl-1.1.14 relative to sbcl-1.1.13: * optimization: complicated TYPEP tests are less opaque to the type propagation pass. (lp#1229340)