diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 94d63eb211c..fc0bdea6bed 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -73,6 +73,9 @@ 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) + + Improvements --------------------- * SOLR-14316: Remove unchecked type conversion warning in JavaBinCodec's readMapEntry's equals() method