From 5e4193fa1d558793866b79a3eaab2d636906643b Mon Sep 17 00:00:00 2001 From: "Pierre R. Mai" Date: Tue, 23 Oct 2012 11:15:53 +0200 Subject: [PATCH] Minor documentation changes. --- NEWS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 60dd6eb..3039b3c 100644 --- a/NEWS +++ b/NEWS @@ -15,10 +15,10 @@ Release 2.0.0 streams is deprecated, since it only ever worked correctly for 8bit characters in most implementations. - * This release should work correctly on at least CMUCL, SBCL, ECL, - CCL, Lispworks, AllegroCL and ABCL and generally most other - conforming implementations. It has been optimized for CMUCL, SBCL - and Lispworks, and should work with adequate performance on most - 64bit implementations. Performance on other 32bit implementations - is still sub-optimal if they don't support unboxed bit-operations - on (unsigned-byte 32). + * This release should work correctly on at least recentish versions + of CMUCL, SBCL, ECL, CCL, Lispworks, AllegroCL and ABCL and + generally most other conforming implementations. It has been + optimized for CMUCL, SBCL and Lispworks, and should work with + adequate performance on most 64bit implementations. Performance on + other 32bit implementations is still sub-optimal if they don't + support unboxed bit-operations on (unsigned-byte 32).