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:22:28 UTC

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

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

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


The following commit(s) were added to refs/heads/branch_9x by this push:
     new 4f3392b72c3 SOLR-16807: Update CHANGES.txt
4f3392b72c3 is described below

commit 4f3392b72c3393e6daa27fc99b4e0984277880b6
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 bd4df75b193..3d722800136 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -161,6 +161,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)