~ chicken-core (chicken-5) 0e22a70972f5d5c022ba9c0cee9eb018326bbe9f
commit 0e22a70972f5d5c022ba9c0cee9eb018326bbe9f
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Wed Feb 9 05:10:27 2011 -0500
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Wed Feb 9 05:10:27 2011 -0500
added missing entry to NEWS
diff --git a/NEWS b/NEWS
index 7b6c6596..39602e3a 100644
--- a/NEWS
+++ b/NEWS
@@ -32,8 +32,10 @@
- Kon Lovett reported numerous bugs in the type-database used
by the scrutinizer
- Syntax expander
- - Peter Bex provided a bugfix for resolution of primitive
- imports
+ - `syntax-rules' now supports tail-patterns and is now fully
+ SRFI-46 compatible - many thanks to Peter Bex for implementing
+ this
+ - Peter Bex provided a bugfix for resolution of primitive imports
- handling of internal definitions with shadowed defining
forms is now done correctly - fix once again from Peter Bex
- corrected non-standard behaviour of quasiquote with respect
Trap