This is an automated email from the ASF dual-hosted git repository.
houston 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 926f1fb SOLR-15556: Add a Change log entry for antora
926f1fb is described below
commit 926f1fb1c194aa8aeb4fb34208c800652b4dc833
Author: Houston Putman <[email protected]>
AuthorDate: Fri Feb 11 11:29:41 2022 -0500
SOLR-15556: Add a Change log entry for antora
---
solr/CHANGES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index cf13832..0aa8e78 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -268,6 +268,8 @@ when told to. The admin UI now tells it to. (Nazerke
Seidan, David Smiley)
* SOLR-11905: New Admin UI Query screen input boxes for JSON query and facet
DSL (janhoy)
+* SOLR-15556: Migrate the Ref Guide to be built with Antora, enabling many new
features (Cassandra Targett, Houston Putman, Mike Drob)
+
Build
---------------------
* LUCENE-9077 LUCENE-9433: Support Gradle build, remove Ant support from trunk
(Dawid Weiss, Erick Erickson, Uwe Schindler et.al.)