Added a line item for new SRFI library names

This commit is contained in:
Justin Ethier 2021-03-25 22:07:28 -04:00
parent 07421c1bd3
commit cf9ac2b3e6

View file

@ -16,6 +16,7 @@ Features
Note that no changes are a required if `(cyclone foreign)` is used to integrate with C.
- Provide alternative library names for each of the SRFI libraries. Generally these names follow the recommendations from R7RS Large - for example `(scheme list)` as a friendlier alternative to `(srfi 1)`.
- Modifying version numbers going forward to use explicit three digit semantic versioning `major.minor.bugfix`.
Bug Fixes