From d0f91c0597c2efd14352ef02206bbc6ef47267dc Mon Sep 17 00:00:00 2001 From: windmgc Date: Thu, 18 Apr 2024 17:21:37 +0800 Subject: [PATCH] docs(changelog): add changelog entry --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5834092..e6694df 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,12 @@ Release process: 1. upload using: `VERSION=x.y.z APIKEY=abc... make upload` 1. test installing the rock from LuaRocks + +### Unreleased + +- fix: patch expanduser function to be more friendly to OpenResty environment + [111](https://github.com/Kong/lua-resty-aws/pull/111) + ### 1.4.0 (20-Mar-2024) - fix: aws configuration cannot be loaded due to pl.path cannot resolve the path started with ~