From a0be7b50597206f08d049587ab284c6e478986ff Mon Sep 17 00:00:00 2001 From: hanwenli Date: Fri, 4 Sep 2026 08:44:12 -0400 Subject: [PATCH] [Changelog] Add Changelog for 3.16.1 (cherry picked from commit c9fbff903fee53522847a8e25d41a209d12014ab) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09197689..e8eb2111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ This file is used to list changes made in each version of the aws-parallelcluste - Fix an issue where EC2 throttling during compute node launch is not retried and is reported as insufficient capacity when using Multiple Instance Types or multiple subnets. +3.16.1 +------ + +**CHANGES** +- There were no changes for this version. + 3.16.0 ------