From de1437d21ec11d1308bc4a4cc0b72aa730555876 Mon Sep 17 00:00:00 2001 From: Kaarina Tungseth Date: Mon, 14 Apr 2025 11:37:55 -0500 Subject: [PATCH] [DOCS] Specifies no known issue and deprecations for 9.0.0 --- docs/release-notes/deprecations.md | 7 ++----- docs/release-notes/known-issues.md | 6 +++++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/release-notes/deprecations.md b/docs/release-notes/deprecations.md index 28d2b25b34..664ef25cbe 100644 --- a/docs/release-notes/deprecations.md +++ b/docs/release-notes/deprecations.md @@ -16,9 +16,6 @@ Review the deprecated functionality for Elasticsearch .NET Client. While depreca % **Action**
Steps for mitigating deprecation impact. % :::: -% ## 9.0.0 [elasticsearch-net-client-900-deprecations] +## 9.0.0 [elasticsearch-net-client-900-deprecations] -% Description of the deprecation and steps to update implementation. -% For more information, check [PR #](PR link). -% **Impact**
-% **Action**
\ No newline at end of file +_No deprecations_ \ No newline at end of file diff --git a/docs/release-notes/known-issues.md b/docs/release-notes/known-issues.md index dda64ee4a8..1aff18fc75 100644 --- a/docs/release-notes/known-issues.md +++ b/docs/release-notes/known-issues.md @@ -5,6 +5,8 @@ navigation_title: "Known issues" # Elasticsearch .NET Client known issues [elasticsearch-net-client-known-issues] +Known issues are significant defects or limitations that may impact your implementation. These issues are actively being worked on and will be addressed in a future release. Review the Elasticsearch .NET Client known issues to help you make informed decisions, such as upgrading to a new version. + % Use the following template to add entries to this page. % :::{dropdown} Title of known issue @@ -17,4 +19,6 @@ navigation_title: "Known issues" % **Resolved** % On [Month/Day/Year], this issue was resolved. -::: \ No newline at end of file +::: + +_No known issues_ \ No newline at end of file