>From 959ca2562e6377389f0a3974e70b475ac0545330 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Sat, 25 May 2013 22:41:02 +0200 Subject: [PATCH 3/3] Add syntax changes to NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index be9d098..2878fe5 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,10 @@ - Added the aliases "&optional" and "&rest" as alternatives to "#!optional" and "#!rest" in type-declarations (suggested by Joerg Wittenberger). +- Syntax expander + - Added support for R7RS syntax-rules extensions: ellipsis "escaping" and + wildcards (underscore characters) in template patterns. + - Compiler - the "inline" declaration does not force inlining anymore as recursive inlining could lead to non-termination of the compiler (thanks to @@ -39,6 +43,7 @@ - C API - Deprecated C_get_argument[_2] and C_get_environment_variable[_2] functions. + 4.8.1 - Security fixes -- 1.8.2.3