diff --git a/CHANGELOG.md b/CHANGELOG.md index 252ece04..264086a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ TODO: SRFI 113 Features: +- Improve performance by inlining numeric arithmetic and comparison operations. - Added support for SRFI 106: a basic socket interface, and SRFI 128: Comparators. - Improved library support to recognize all of the import set forms: `only`, `except`, `prefix`, and `rename`. - Allow explicit renaming macros to be declared interactively. This is the first limited support for calling `define-syntax` from `eval`.