0.9.15.48: more precice unions of array types
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 671d259..95aa1e6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -58,6 +58,7 @@ changes in sbcl-0.9.16 relative to sbcl-0.9.15:
     for win32. (thanks to Mike Thomas and Yaroslav Kavenchuk)
   * bug fix: #368: incorrect use of expressed vs. upgraded array
     element type.
+  * bug fix: #306a: more precise unions of array types.
   * thread-safety improvements:
     ** CONDITION-WAIT could return early on Linux, if the thread was
        interrupted and subsequently continued with SIGCONT.