This is an automated email from the ASF dual-hosted git repository. dsmiley pushed a commit to branch branch_10x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 8fb48db0f265c24ce0e28a936664ccc11b91ba3a Author: Luke Kot-Zaniewski <[email protected]> AuthorDate: Tue May 12 08:46:51 2026 -0400 make changelog links a list (#4416) (cherry picked from commit 015375681530c0108cc57cc15bd870eafb2bfb50) --- changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml | 5 +++-- changelog/unreleased/SOLR-8127-distributed-luke.yml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml b/changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml index 96be57260aa..98ac09a72b1 100644 --- a/changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml +++ b/changelog/unreleased/PR#4367-filestore-getmetadata-delete-race.yml @@ -3,5 +3,6 @@ title: Filestore metadata API no longer returns HTTP 500 when a file is deleted type: fixed # added, changed, fixed, deprecated, removed, dependency_update, security, other authors: - name: Eric Pugh -links: - - https://github.com/apache/solr/pull/4367 +links: + - name: PR#4367 + url: https://github.com/apache/solr/pull/4367 diff --git a/changelog/unreleased/SOLR-8127-distributed-luke.yml b/changelog/unreleased/SOLR-8127-distributed-luke.yml index 20e9c0aee8c..1497f7b16b0 100644 --- a/changelog/unreleased/SOLR-8127-distributed-luke.yml +++ b/changelog/unreleased/SOLR-8127-distributed-luke.yml @@ -4,5 +4,5 @@ type: added # added, changed, fixed, deprecated, removed, dependency_update, sec authors: - name: Luke Kot-Zaniewski links: - name: SOLR-8127 - url: https://issues.apache.org/jira/browse/SOLR-8127 + - name: SOLR-8127 + url: https://issues.apache.org/jira/browse/SOLR-8127
