summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ethier <justin.ethier@gmail.com>2021-04-05 23:19:37 -0400
committerJustin Ethier <justin.ethier@gmail.com>2021-04-05 23:19:37 -0400
commit26cd116cb8a3f2340040c94962444ba419ec532b (patch)
tree3d30236cfa58e7f77e6d5745c7da4322d7a333c5
parent881f561cd8ef58fd231e25a0af0b7938c8c799db (diff)
Revise wordingv0.28.0
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa69371b..87083e53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ Features
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)`. Where such a name does not exist we provide a name with the `(cyclone)` prefix:
+- Provided 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)`. Where such a name does not exist we provide a name with the `(cyclone)` prefix:
Library Name | SRFI Number | Description | External Documentation
--------------------------------------- | ----------- | ----------- | ----------------------
@@ -39,7 +39,7 @@ Features
[`scheme vector`](api/srfi/133.md) | [`srfi 133`](api/srfi/133.md) | Vector library (R7RS-compatible) | [Link](http://srfi.schemers.org/srfi-133/srfi-133.html)
[`cyclone fixnum`](api/srfi/143.md) | [`srfi 143`](api/srfi/143.md) | Fixnums | [Link](http://srfi.schemers.org/srfi-143/srfi-143.html)
-- Modifying version numbers going forward to use explicit three digit semantic versioning `major.minor.bugfix`.
+- We are modifying version numbers going forward to use explicit three digit semantic versioning `major.minor.bugfix`.
Bug Fixes