From 3562f6d6cf6853a9334a4df32dcd03185c939130 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Tue, 13 Feb 2024 11:26:37 +0000 Subject: [PATCH] upadate migration note (#4566) --- docs/docs/misc/migration_notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/misc/migration_notes.md b/docs/docs/misc/migration_notes.md index 4def648a503..326beddd8bb 100644 --- a/docs/docs/misc/migration_notes.md +++ b/docs/docs/misc/migration_notes.md @@ -6,7 +6,7 @@ keywords: [sandbox, cli, aztec, notes, migration, updating, upgrading] Aztec is in full-speed development. Literally every version breaks compatibility with the previous ones. This page attempts to target errors and difficulties you might encounter when upgrading, and how to resolve them. -## TBD +## 0.24.0 ### Introduce Note Type IDs @@ -66,8 +66,6 @@ impl NoteInterface for MyCustomNote { } ``` -## 0.24.0 - ### [js] Importing contracts in JS `@aztec/noir-contracts` is now `@aztec/noir-contracts.js`. You'll need to update your package.json & imports.