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 ()