From 797e5723569356f3e08015942d7358a5336468e2 Mon Sep 17 00:00:00 2001 From: Rahul Kothari Date: Tue, 2 Jul 2024 13:04:29 +0000 Subject: [PATCH] fix migration notes --- docs/docs/migration_notes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs/migration_notes.md b/docs/docs/migration_notes.md index 79c62834ee3..af8d0bfcb2c 100644 --- a/docs/docs/migration_notes.md +++ b/docs/docs/migration_notes.md @@ -6,6 +6,10 @@ keywords: [sandbox, 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. +## 0.45.0 +### [Aztec.nr] Remove unencrypted logs from private +They leak privacy so is a footgun! + ## 0.44.0 ### [Aztec.nr] Autogenerate Serialize methods for events ```diff