Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 14, 2024
1 parent 2438d60 commit 8ff26cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
* add R7RS `guard` macro
* add R7RS `parameterize` and `make-parameter`
* add `shuffle` function
* add support to ES Modules [#254](https://github.com/jcubic/lips/issues/254)
### Bugfix
* remove evaluating of async list data as first argument
* fix `number->string` for binary numbers
Expand All @@ -14,6 +15,7 @@
* fix undocumented symbol syntax extensions
* fix odd? even? on non integers
* fix object literals with null value [#264](https://github.com/jcubic/lips/issues/264)
* fix version and date in executable [#261](https://github.com/jcubic/lips/issues/261)

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

0 comments on commit 8ff26cd

Please sign in to comment.