From ab3227918fb764c04457a23b371b19dabd2545a3 Mon Sep 17 00:00:00 2001 From: glennsl Date: Sat, 24 Feb 2024 14:24:40 +0100 Subject: [PATCH] docs: update change log --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed67eba..8ebee649 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Next version +- Fix: Expose Intl.Common. https://github.com/rescript-association/rescript-core/pull/197 + ## 1.1.0 - BREAKING: Align List api with other modules (`List.getBy` -> `List.find` etc.). https://github.com/rescript-association/rescript-core/pull/195