More harsh words about non-compatibilities...
authorMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:57:37 +0000 (01:57 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 10 Nov 2004 01:57:37 +0000 (01:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0905023..557033f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -180,7 +180,8 @@ procedures like 'generalized-vector-ref'.  Generalized vectors include
 strings bitvectors, ordinary vectors, and uniform numeric vectors.
 
 Arrays use generalized vectors their storage, so that you still have
-arrays of characters, bits, etc.
+arrays of characters, bits, etc.  However, uniform-array-read! and
+uniform-array-write can no longer read/write strings and bitvectors.
 
 ** There is now support for copy-on-write substrings, mutation-sharing
    substrings and read-only strings.