diff --git a/ChangeLog b/ChangeLog index dff475721..2b9b53729 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2007-08-11 Ludovic Courtès - * NEWS: Mention SRFI-35. + * NEWS: Mention SRFI-35 and the new reader. 2007-08-08 Ludovic Courtès diff --git a/NEWS b/NEWS index 349369c14..e13f574b0 100644 --- a/NEWS +++ b/NEWS @@ -45,6 +45,7 @@ Changes in 1.8.3 (since 1.8.2) * Implementation improvements +** The reader is now faster, which reduces startup time ** Procedures returned by `record-accessor' and `record-modifier' are faster