From b1198d797311fff0fd1d78823a5b0490779fa53a Mon Sep 17 00:00:00 2001 From: DJ Carrillo <60985926+Djcarrillo6@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:39:07 -0800 Subject: [PATCH] Fixed typo in CHANGELOG from merged PR #576 (#577) Signed-off-by: Djcarrillo6 Signed-off-by: roma2023 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e183cf..6914682b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,6 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Deprecated point-in-time APIs (list_all_point_in_time, create_point_in_time, delete_point_in_time) and Security Client APIs (health_check and update_audit_config) ([#502](https://github.com/opensearch-project/opensearch-py/pull/502)) ### Removed - Removed leftover support for Python 2.7 ([#548](https://github.com/opensearch-project/opensearch-py/pull/548)) -- Removed leftover support for Python 3.6 ([#576](https://github.com/opensearch-project/opensearch-py/pull/576)) ### Fixed - Fixed automatically built and deployed docs ([575](https://github.com/opensearch-project/opensearch-py/pull/575)) ### Security