summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2013-11-30 14:28:09 +0000
committerChristophe Rhodes <csr21@cantab.net>2013-11-30 14:28:09 +0000
commite527c3b0def320e81f321ce9094445714c47bed6 (patch)
tree2a89215edbb0cd71d35fe78d9f9514c773eb6272
parent3db292921fabecad0ba8107097d763ba2a044136 (diff)
1.1.14: will be tagged as "sbcl-1.1.14"sbcl-1.1.14
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c11c722a..60abb6adb 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)