Skip to content

Commit

Permalink
chore: properly record merge-back history from 1.91.0 (#13283)
Browse files Browse the repository at this point in the history
The previous merge-back commit was accidentally squash-merged.

Add another merge which shall not be squashed, to properly record merge
history.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mergify[bot] authored Feb 25, 2021
2 parents 78831cf + f6eab06 commit 8426c71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ All notable changes to this project will be documented in this file. See [standa

### ⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

* **appmesh:** the properties virtualRouter and virtualNode of VirtualServiceProps have been replaced with the union-like class VirtualServiceProvider
* **appmesh:** the properties virtualRouter and virtualNode of VirtualServiceProps have been replaced with the union-like class VirtualServiceProvider
* **appmesh**: the method `addVirtualService` has been removed from `IMesh`
* **cloudfront:** experimental EdgeFunction stack names have changed from 'edge-lambda-stack-${region}' to 'edge-lambda-stack-${stackid}' to support multiple independent CloudFront distributions with EdgeFunctions.

Expand Down
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-rds/test/instance.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1274,4 +1274,4 @@ test.each([
DeletionPolicy: subnetValue,
UpdateReplacePolicy: subnetValue,
}, ResourcePart.CompleteDefinition);
});
});

0 comments on commit 8426c71

Please sign in to comment.