From f663b05237fa5631ed44e88e4548bb51bd9de0d5 Mon Sep 17 00:00:00 2001 From: Ryan Block Date: Wed, 24 Jan 2024 08:14:39 -0800 Subject: [PATCH] Update changelog --- changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index cf962a0..2d0df07 100644 --- a/changelog.md +++ b/changelog.md @@ -7,8 +7,9 @@ ### Changed - Transitioned from `aws-sdk` to [`aws-lite`](https://aws-lite.org) -- Added Node.js 20.x to test matrix +- Breaking change: `nodejs20.x` and `python3.12` are now the default Node.js and Python Lambda runtimes, respectively - Breaking change: removed support for Node.js 14.x (now EOL, and no longer available to created in AWS Lambda) +- Added Node.js 20.x to test matrix ---