From 5b479b08b98386dccf8ef99b70d6d5151f5a2c6b Mon Sep 17 00:00:00 2001 From: Ali Serag Date: Fri, 19 Apr 2024 13:35:22 -0700 Subject: [PATCH] Update index.md remove no more breaking changes --- versioned_docs/version-1.0/cadence-migration-guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-1.0/cadence-migration-guide/index.md b/versioned_docs/version-1.0/cadence-migration-guide/index.md index 6b995ce..c11cbfb 100644 --- a/versioned_docs/version-1.0/cadence-migration-guide/index.md +++ b/versioned_docs/version-1.0/cadence-migration-guide/index.md @@ -21,7 +21,7 @@ This upgrade roadmap offers developers guidance, actionable steps, and expectati The Cadence 1.0 release is a breaking change – developers need to update all Cadence code used by their app (including all existing smart contracts deployed on Flow) to Cadence 1.0, to ensure it continues to work after the network upgrade. -Many of the improvements of Cadence 1.0 fundamentally change how Cadence works and is used. However, that also means it is necessary to break existing code to release this version, which will guarantee stability (no more planned breaking changes) going forward. +Many of the improvements of Cadence 1.0 fundamentally change how Cadence works and is used. However, that also means it is necessary to break existing code to release this version, which will guarantee stability going forward. ### Benefits of Cadence 1.0