1.0.4.9: writing bignum characters onto a single line
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index bbe8edc..6efc3c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ changes in sbcl-1.0.5 relative to sbcl-1.0.4:
     documented as unsafe.
   * documentation: SB-SYS:WITHOUT-GCING has been documented as unsafe
     in multithreaded application code.
+  * bug fix: number of characters that can be written onto a single
+    line in a file is unlimited.
   * bug fix: GC deadlocks from asynchronous interrupts has been fixed
     by disabling interrupts for the duration of any
     SB-SYS:WITHOUT-GCING section.