diff --git a/CHANGELOG.md b/CHANGELOG.md index ab410b3b37d..70358080dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,9 @@ such as "PAPI error code 9", "no available zones", and/or "quota too low". Resolved a hotspot in Cromwell to make the `size()` engine function perform much faster on file arrays. Common examples of file arrays could include globs or scatter-gather results. This enhancement applies only to WDL 1.0 and later, because that's when `size()` added [support for arrays](https://github.com/openwdl/wdl/blob/main/versions/1.0/SPEC.md#acceptable-compound-input-types). +### AWS ECR Remote Hashing Support + +Cromwell now supports remote hashing for both public and private AWS ECR containers. ## 87 Release Notes