You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ge...@apache.org on 2023/03/15 15:56:13 UTC

[solr] branch main updated: SOLR-16393: Fix malformed CHANGES.txt entry

This is an automated email from the ASF dual-hosted git repository.

gerlowskija pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new a2a39fb136a SOLR-16393: Fix malformed CHANGES.txt entry
a2a39fb136a is described below

commit a2a39fb136a9338f4603748bf446038cf4155296
Author: Jason Gerlowski <ge...@apache.org>
AuthorDate: Wed Mar 15 11:56:03 2023 -0400

    SOLR-16393: Fix malformed CHANGES.txt entry
---
 solr/CHANGES.txt | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 202d941b40c..478689ece1a 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -42,15 +42,12 @@ Improvements
 * SOLR-16183: XML update allows <doc> <doc name="child"> ... </doc> </doc>.
   (Vinayak Hegde via Mikhail Khludnev)
 
-Bug Fixes
----------------------
-
-Improvements
----------------------
-
 * SOLR-16393: The path of the v2 "delete alias" API has been tweaked slightly to be more intuitive, and is now available at
   `DELETE /api/aliases/aliasName`. (Jason Gerlowski)
 
+Bug Fixes
+---------------------
+
 ==================  9.2.0 ==================
 
 New Features