From abc003fb4586d14be6dea978a40f585d71cab104 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 29 Jun 2016 13:10:50 +0200 Subject: [PATCH] Update NEWS * NEWS: Update. --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6f8d092de..36ab4c085 100644 --- a/NEWS +++ b/NEWS @@ -133,8 +133,12 @@ More ARM cross-compilation targets are supported: "arm.*eb", *** Avoid quadratic expansion time in 'and' and 'or' macros () *** Fix expander bug introduced when adding support for tail patterns - (http://lists.gnu.org/archive/html/guile-user/2015-09/msg00017.html) + () *** Handle ~p in 'format' warnings () +*** Fix bug that exposed `list' invocations to CSE + () +*** Reduce eq? and eqv? over constants using equal? + () ** Threads *** Fix data races leading to corruption ()