Skip to content

Commit 9672604

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md to document Python Lambda runtime upgrade to 3.13
1 parent 476825e commit 9672604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ SPDX-License-Identifier: MIT-0
3333
- **Related Conditions**: Removed parameter conditions and state machine definition substitutions for both features
3434
- **Conditional Logic**: Eliminated complex conditional logic from state machine definitions for summarization and assessment steps
3535

36+
### Changed
37+
- **Updated Python Lambda Runtime to 3.13**
38+
3639
### ⚠️ Breaking Changes
3740
- **Configuration Migration Required**: When updating a stack that previously had `IsSummarizationEnabled` or `IsAssessmentEnabled` set to `false`, these features will now default to `enabled: true` after the update. To maintain the disabled behavior:
3841
1. Update your configuration file to set `summarization.enabled: false` and/or `assessment.enabled: false` as needed

0 commit comments

Comments
 (0)