CHANGELOG.md in aws-sdk-cloudformation-1.104.0 vs CHANGELOG.md in aws-sdk-cloudformation-1.105.0
- old
+ new
@@ -1,7 +1,12 @@
Unreleased Changes
------------------
+1.105.0 (2024-04-12)
+------------------
+
+* Feature - Adding support for the new parameter "IncludePropertyValues" in the CloudFormation DescribeChangeSet API. When this parameter is included, the DescribeChangeSet response will include more detailed information such as before and after values for the resource properties that will change.
+
1.104.0 (2024-04-03)
------------------
* Feature - This release would return a new field - PolicyAction in cloudformation's existed DescribeChangeSetResponse, showing actions we are going to apply on the physical resource (e.g., Delete, Retain) according to the user's template