From 2acf138909c89df0da63cc36b72e6294561af932 Mon Sep 17 00:00:00 2001 From: Max Summe Date: Fri, 31 Jan 2025 15:55:33 -0800 Subject: [PATCH] changelog entry --- rs/registry/canister/unreleased_changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rs/registry/canister/unreleased_changelog.md b/rs/registry/canister/unreleased_changelog.md index a84eaed0fd06..4e2637ad4399 100644 --- a/rs/registry/canister/unreleased_changelog.md +++ b/rs/registry/canister/unreleased_changelog.md @@ -11,6 +11,11 @@ on the process that this file is part of, see ## Changed +### Migrate Registry to use ic_stable_structures' MemoryManager + +This update migrates registry from using dfn_core to using virtual memory regions provided by ic_stable_structures +MemoryManager. This allows in the future to migrate the Registry records into stable memory. + ## Deprecated ## Removed