Skip to content

Commit

Permalink
chore: fix migration notes (#6458)
Browse files Browse the repository at this point in the history
Naming one version was missed.
  • Loading branch information
fcarreiro authored May 16, 2024
1 parent 9e643b4 commit bee85a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/migration_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Aztec is in full-speed development. Literally every version breaks compatibility

## TBD

### [Aztec.nr] Keys: Token note now stores an owner master nullifying public key hash instead of an owner address.
### [Aztec.nr] Keys: Token note now stores an owner master nullifying public key hash instead of an owner address

i.e.

Expand All @@ -23,6 +23,8 @@ struct TokenNote \{

Computing the nullifier similarly changes to use this master nullifying public key hash.

## 0.40.0

### [Aztec.nr] Debug logging

The function `debug_log_array_with_prefix` has been removed. Use `debug_log_format` with `{}` instead. The special sequence `{}` will be replaced with the whole array. You can also use `{0}`, `{1}`, ... as usual with `debug_log_format`.
Expand Down

0 comments on commit bee85a9

Please sign in to comment.