diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 876c72201cb..8790ee5c504 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -125,7 +125,7 @@ Improvements * SOLR-13844: Remove replica recovery terms with the replica term (Houston Putman via Cao Manh Dat) -* SOLR-13898: Use the new SolrCache.commputeIfAbsent instead of non-atomic get / put in order to +* SOLR-13898: Use the new SolrCache.computeIfAbsent instead of non-atomic get / put in order to improve cache hit ratios. (ab, Ben Manes)