Skip to content

Commit 5f0494d

Browse files
committed
Update: Remove incorrect statement (PR #446)
1 parent eee2d79 commit 5f0494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/migrating-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Before deploying your stacks, use `cdk diff` to check for unexpected changes to
337337
Expected changes include but are not limited to:
338338
+ Changes to the `CDKMetadata` resource\.
339339
+ Updated asset hashes\.
340-
+ Changes related to the new\-style stack synthesis\. Applies if your app used the legacy stack synthesizer in v1\. \(CDK v2 does not support the legacy stack synthesizer\.\)
340+
+ Changes related to the new\-style stack synthesis\. Applies if your app used the legacy stack synthesizer in v1\.
341341
+ The addition of a `CheckBootstrapVersion` rule\.
342342

343343
Unexpected changes are typically not caused by upgrading to AWS CDK v2 in itself\. Usually, they're the result of deprecated behavior that was previously changed by feature flags\. This is a symptom of upgrading from a version of CDK earlier than about 1\.85\.x\. You would see the same changes upgrading to the latest v1\.x release\. You can usually resolve this by doing the following:

0 commit comments

Comments
 (0)