This is an automated email from the ASF dual-hosted git repository.
anshum pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new a932b4ae8e0 SOLR-17065: Update changelog (#3051) (#3052)
a932b4ae8e0 is described below
commit a932b4ae8e093b5acff362854f72bebef2a71264
Author: Anshum Gupta <[email protected]>
AuthorDate: Tue Jan 21 17:22:11 2025 -0800
SOLR-17065: Update changelog (#3051) (#3052)
---
solr/CHANGES.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index f5a44a9493e..c571e4fe716 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -63,7 +63,8 @@ New Features
---------------------
* SOLR-17065: The Solr Cross-DC Project has graduated from the sandbox
repository.
It will now be released as a fully supported Solr feature.
- This feature closes SIP-13: Cross Data Center Replication. (Mark Miller,
Andrzej Bialecki, Jason Gerlowski, Houston Putman)
+ This feature closes SIP-13: Cross Data Center Replication.
+ (Mark Miller, Anshum Gupta, Andrzej Bialecki, Jason Gerlowski, Houston
Putman)
* SOLR-17150: Implement `memAllowed` parameter to limit per-thread memory
allocations during request processing. (Andrzej Bialecki, Gus Heck)