From 6d6f19807b028cab2897cfd8a784c1ff2d150f18 Mon Sep 17 00:00:00 2001 From: Alex Loyko Date: Thu, 19 Dec 2024 16:57:47 -0500 Subject: [PATCH] Fixed CHANGELOG Signed-off-by: Alex Loyko --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3354d4e1..129711b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Updated APIs ### Changed - Small refactor of AWS Signer classes for both sync and async clients ([866](https://github.com/opensearch-project/opensearch-py/pull/866)) +- Small refactor to fix overwriting the module files when generating apis ([874](https://github.com/opensearch-project/opensearch-py/pull/874)) ### Deprecated ### Removed ### Fixed