From ee9efee0520ab3b169f8132f609540615a66d1d7 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Wed, 3 May 2023 13:02:25 +1200 Subject: [PATCH] Add to changelog Signed-off-by: Thomas Farr --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f71ae6c3..e11ea61f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +### ⚠️ Breaking Changes ⚠️ +- Moved `OpenSearch.Client` request classes into their respective namespaces to match those in `OpenSearch.Net` ([#208](https://github.com/opensearch-project/opensearch-net/pull/208)) + ### Dependencies - Bumps `System.Reflection.Emit` from 4.3.0 to 4.7.0 - Bumps `Argu` from 5.5.0 to 6.1.1 @@ -53,4 +56,4 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.0-preview.2 to 1.0.3 [Unreleased]: https://github.com/opensearch-project/opensearch-net/compare/1.3.0...HEAD -[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/1.2.0...1.3.0 \ No newline at end of file +[1.3.0]: https://github.com/opensearch-project/opensearch-net/compare/1.2.0...1.3.0