diff --git a/notes/mzscheme/HISTORY b/notes/mzscheme/HISTORY index 8acabcf116..6906abcf03 100644 --- a/notes/mzscheme/HISTORY +++ b/notes/mzscheme/HISTORY @@ -2,6 +2,14 @@ Version 299.108 Changed collects/web-server request-bindings/raw to return an alist of bytes, not strings. +Version 299.108 +\U allows up to 8 digits (again) instead of 6 +Changed char-lower-case? and char-upper-case? +Added string-upcase, string-downcase, string-titlecase, + string-foldcase, and char-foldcase +In case-insenstive mode, symbols are case-folded instead + of downcased (which is usually the same thing) + Version 299.107 Changed expansion of internal definitions so that local macros that expand to definition forms can be used