summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2013-04-08 10:15:12 -0400
committerMark H Weaver <mhw@netris.org>2013-04-08 10:15:12 -0400
commit22c76fd82288fee2cb0bb744c2e28d1be42204de (patch)
treed996d28c229ccc2f05d61f18282bcd4d8c9c0efd
parent7ca88a403f1a81e7ab48f2b5a6d5d07ed4b5ef9b (diff)
downloadguile-22c76fd82288fee2cb0bb744c2e28d1be42204de.tar.gz
Update 'NEWS'.
-rw-r--r--NEWS12
1 files changed, 3 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 876da291c..b3d58ec99 100644
--- a/NEWS
+++ b/NEWS
@@ -11,12 +11,6 @@ Changes in 2.0.8 (since 2.0.7):
** Reorder points in order of importance and make comprehensible
-** Document recent improvements to array code
-
-** Possible entries for Bug Fixes
-*** Fixes for Mingw (Andy?)
-*** Fix for FreeBSD with threads(?)
-
** Assemble thanks
* Notable changes
@@ -70,10 +64,10 @@ problems had far-reaching implications, since the compiler uses
`sqrt' now produces exact rational results when possible, and handles
very large or very small numbers more robustly.
-Operations involving exact rationals have been optimized, most notably
-`integer-expt' and `expt'.
+A number (ahem) of operations involving exact rationals have been
+optimized, most notably `integer-expt' and `expt'.
-`exact->inexact' now guarantees correct IEEE rounding.
+`exact->inexact' now performs correct IEEE rounding.
** New optimizations