This is an automated email from the ASF dual-hosted git repository.
epugh 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 be96b2b a very embarrasing misspelling of the name of a contributor
be96b2b is described below
commit be96b2ba72e0100eeb1416d3d64c27cf67166e3f
Author: [email protected] <>
AuthorDate: Wed Nov 17 14:23:36 2021 -0500
a very embarrasing misspelling of the name of a contributor
---
solr/CHANGES.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 831904c..7011aeb 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -565,7 +565,7 @@ Improvements
* SOLR-15610: log4j-layout-template-json is now included in solr server,
allowing JSON formatted logs to be configurable. (hossman)
-* SOLR-15607: Explicitly indent results in Admin Query UI by default (Olvia
Falk via Eric Pugh)
+* SOLR-15607: Explicitly indent results in Admin Query UI by default (Olivia
Falk via Eric Pugh)
* SOLR-15555: Identical filter queries will no longer race to record a
filterCache entry. Allows for async cache computation instead of
all queries contending for the same set of locks on the cache. Fixed a bug
with ramBytes usage reporting on filterCache.