You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by jb...@apache.org on 2023/05/30 13:20:37 UTC

[solr] branch main updated: SOLR-16807: Update CHANGES.txt

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

jbernste 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 3f734ab8a52 SOLR-16807: Update CHANGES.txt
3f734ab8a52 is described below

commit 3f734ab8a5200af4cb8a7d104b1329b81e83c8b9
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue May 30 09:19:00 2023 -0400

    SOLR-16807: Update CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 22ee9677e9a..5be2e73e33d 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -199,6 +199,8 @@ Bug Fixes
 
 * SOLR-16811: /update/json/docs?echo and mapUniqueKeyOnly params doesn't work (Mikhail Khludnev)
 
+* SOLR-16807: DenseVectorField breaks catch-all copyFields (Joel Bernstein)
+
 Dependency Upgrades
 ---------------------
 * PR#1494: Upgrade forbiddenapis to 3.5 (Uwe Schindler)