diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 23ab2bb36f8..a03787a0f34 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -230,6 +230,9 @@ Bug Fixes * SOLR-4034: Check if a collection already exists before trying to create a new one. (Po Rui, Mark Miller) +* SOLR-4097: Race can cause NPE in logging line on first cluster state update. + (Mark Miller) + Other Changes ----------------------