From e2fd4b5efb04985472c917cd9c448f4c41b4b266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Mon, 26 Feb 2024 12:51:20 +0100 Subject: [PATCH] Adding missing changelog entry --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eda830291b..3ce37ee882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,8 @@ * Fix Cocoapods to version 1.14.3 on Github Actions. * Migrated bingen from `util::Optional` to `std::optional`. -* Upgrading `@realm/fetch` to the newly released v0.1.1. +* Upgrading `@realm/fetch` to the newly released v0.1.1 and no longer bundling it into the SDK package. +* SDK package is no longer using Rollup, but instead using bare `tsc` utilizing TypeScript project references. ([#6492](https://github.com/realm/realm-js/pull/6492)) ## 12.6.0 (2024-01-29)