diff --git a/CHANGELOG.md b/CHANGELOG.md index b160bd53c22..50b9436c21f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ JavaScript FFI code more compact. They are now one line instead of three. ([Richard Viney](https://github.com/richard-viney)) +- On the JavaScript target, bit arrays can now use the `unit` option to control + the units of the `size` option. + ([Surya Rose](https://github.com/GearsDatapacks)) + ## v1.9.0-rc1 - 2025-03-04 ### Compiler @@ -81,10 +85,6 @@ size. ([Surya Rose](https://github.com/GearsDatapacks)) -- On the JavaScript target, bit arrays can now use the `unit` option to control - the units of the `size` option. - ([Surya Rose](https://github.com/GearsDatapacks)) - ### Build tool - The build tool now supports Git dependencies. For example: