From 166ed957ecacda7e3bf35d8021d8c1db6ffc3503 Mon Sep 17 00:00:00 2001 From: Norm Johanson Date: Sun, 22 Oct 2023 23:03:15 -0700 Subject: [PATCH] Update RELEASE.CHANGELOG.md --- RELEASE.CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE.CHANGELOG.md b/RELEASE.CHANGELOG.md index e8325b314..bf436d0b7 100644 --- a/RELEASE.CHANGELOG.md +++ b/RELEASE.CHANGELOG.md @@ -1,3 +1,7 @@ +### Release 2023-10-13 +* **Amazon.Lambda.RuntimeSupport (1.9.1)** + * Added `AWS_LAMBDA_DOTNET_DISABLE_MEMORY_LIMIT_CHECK` environment variable that if set to `true` disables the logic to configure the max heap memory size for the .NET runtime. + ### Release 2023-10-13 * **Amazon.Lambda.RuntimeSupport (1.9.0)** * Added .NET 8 target for the package.