Skip to content

Commit

Permalink
fix bookmark on SRFI-210 document #287
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 23, 2024
1 parent 4559b44 commit 9bf36c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.0-beta.19
### Breaking
* `get-environment-variables` and `get-environment-variable` returns nil and undefined in the browser
* change `get-environment-variables` and `get-environment-variable` returns nil and undefined in the browser
### Features
* add `vector-for-each` and `vector-copy!` function from R7RS
* add `string-for-each`, `string-downcase`, and `string-upcase` from R7RS
Expand All @@ -11,6 +11,7 @@
* fix wrong strings in `string-fill!`
* fix `string-set!` to mutate the string and work on any expression
* fix tokenizing regex that ends with hash
* fix bookmark on SRFI-210 document [#287](https://github.com/jcubic/lips/issues/287)

## 1.0.0-beta.18
### Breaking
Expand Down

0 comments on commit 9bf36c1

Please sign in to comment.