From a2524435b76ebfd009873aa50f4bb60cf9db2c05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=87=E5=AE=87=E7=A5=A5?= Date: Tue, 15 Oct 2024 17:52:38 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e146c5b..9df8d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next version +- Fix bindings of DataView. https://github.com/rescript-association/rescript-core/pull/246 + ## 1.6.0 - Optimize compare and equal functions. https://github.com/rescript-association/rescript-core/pull/238