From 84694c668aac80e36adc8a1bb188d51b1e885533 Mon Sep 17 00:00:00 2001 From: GearsDatapacks Date: Thu, 6 Mar 2025 10:48:16 +0000 Subject: [PATCH] Move changelog entry --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: