0.8.2.2:
[sbcl.git] / NEWS
diff --git a/NEWS b/NEWS
index c833b23..39d85a8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1941,6 +1941,9 @@ changes in sbcl-0.8.3 relative to sbcl-0.8.2:
   * bug fix: WITH-OUTPUT-TO-STRING (and MAKE-STRING-OUTPUT-STREAM) now
     accept and act upon their :ELEMENT-TYPE keyword argument.
     (reported by Edi Weitz)
+  * bug fix: FILE-POSITION now accepts position designators up to 
+    ARRAY-DIMENSION-LIMIT or the extreme of the off_t range, whichever 
+    is the greater.  (thanks to Patrik Nordebo)
 
 planned incompatible changes in 0.8.x:
   * (not done yet, but planned:) When the profiling interface settles