export SIZE-T and OFF-T from SB-ALIEN
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index e48394e..42ccd76 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,7 @@ changes relative to sbcl-1.0.49:
     the thunk, as a keyword argument, :arguments.
   * enhancement: constraint propagation is simplified (and sped up) when
     COMPILATION-SPEED > SPEED.
+  * enhancement: SB-ALIEN exports alien type specifiers SIZE-T and OFF-T.
   * optimization: extracting bits of a single-float on x86-64 has been
     optimized. (lp#555201)
   * optimization: MAP and MAP-INTO are more efficient for non-simple vectors,