~ chicken-core (chicken-5) 6e984b25481b5346a93ac5f219e45107cbd880df
commit 6e984b25481b5346a93ac5f219e45107cbd880df
Author: Mario Domenech Goulart <mario.goulart@gmail.com>
AuthorDate: Fri Feb 7 21:42:14 2014 -0200
Commit: Mario Domenech Goulart <mario.goulart@gmail.com>
CommitDate: Fri Feb 7 21:42:14 2014 -0200
Add note about SRFI-13 fixes to NEWS
Better late than never. :-)
diff --git a/NEWS b/NEWS
index e556e3ee..74b1bbd7 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,8 @@
- resize-vector no longer crashes when reducing the size of the vector.
- Distinct types for boolean true and false have been added to the
scrutinizer.
+ - Fixed bugs in string-trim-right, string-index-right and
+ string-skip-right, from SRFI-13
- Platform support
- CHICKEN can now be built on AIX (contributed by Erik Falor)
Trap