From: Christophe Rhodes Date: Sat, 30 Nov 2013 14:28:09 +0000 (+0000) Subject: 1.1.14: will be tagged as "sbcl-1.1.14" X-Git-Url: http://repo.macrolet.net/gitweb/?p=sbcl.git;a=commitdiff_plain;h=e527c3b0def320e81f321ce9094445714c47bed6 1.1.14: will be tagged as "sbcl-1.1.14" --- diff --git a/NEWS b/NEWS index 3c11c72..60abb6a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- -changes relative to sbcl-1.1.13: +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) * optimization: [N]BUTLAST perform a single pass over the list. (lp#1245697)