1.0.48.8: better binary stream support in RUN-PROGRAM
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index 39819ac..bb86954 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ changes relative to sbcl-1.0.48:
   * enhancement: ASDF has been updated to version 2.015.1.
   * enhancement: backtraces involving frames from the default evaluator
     are more readable.
+  * enhancement: RUN-PROGRAM works with user-defined binary input and output
+    streams.
   * bug fix: blocking reads from FIFOs created by RUN-PROGRAM were
     uninterruptible, as well as blocking reads from socket streams created
     with for which :SERVE-EVENTS NIL. (regression from 1.0.42.43)