fix typo in the Solr CHANGES file

This commit is contained in:
Varun Thacker 2020-06-08 14:06:57 -07:00 committed by GitHub
parent 30924f23d6
commit 8663a425a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ New Features
* SOLR-14210: HealthCheckHandler can now require that all cores are healthy before returning 'OK'
To enable, add &requireHealthyCores=true to enable (janhoy, Houston Putman, shalin)
* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK direcory (noble)
* SOLR-13942: A read API at /api/cluster/zk/* to fetch raw ZK data and view contents of a ZK directory (noble)
* SOLR-14237: A new panel with security info in admin UI's dashboard (Ishan Chattopadhyaya, Moshe Bla)