This is an automated email from the ASF dual-hosted git repository.
houston pushed a commit to branch branch_9_0
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9_0 by this push:
new 660cca6 SOLR-15556: Add a Change log entry for antora
660cca6 is described below
commit 660cca6b9ae2a9c86e9c39480272b57cc2a20fc5
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 4acf443..d4a1163 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -234,6 +234,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.)