summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Rhodes <csr21@cantab.net>2015-08-30 18:58:57 +0000
committerChristophe Rhodes <csr21@cantab.net>2015-08-30 18:58:57 +0000
commit4bc676e3333d608e4e8977d7704b5d08f3a727e4 (patch)
treec94a35de7f3a89e64374febb1dc9e8e533fde2d5
parentc3891afa61812aeb5637097bec957c7ca5d8decd (diff)
1.2.15: will be tagged as "sbcl-1.2.15"sbcl-1.2.15
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3caa814fa..4f294e146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
;;;; -*- coding: utf-8; fill-column: 78 -*-
-changes relative to sbcl-1.2.14:
+changes in sbcl-1.2.15 relative to sbcl-1.2.14:
* new feature: DEPRECATION declaration for functions, variables and types
causes {EARLY,LATE,FINAL}-DEPRECATION-WARNING to be signaled when subject
of the declaration is used. Integrated with DESCRIBE, DOCUMENTATION and