Skip to content

Commit

Permalink
upadate migration note (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-kothari authored Feb 13, 2024
1 parent 913f4bd commit 3562f6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/docs/misc/migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -66,8 +66,6 @@ impl NoteInterface<N> 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.
Expand Down

0 comments on commit 3562f6d

Please sign in to comment.