From 48010ffc9f636831f2b931ba0c099f587e8e3850 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Thu, 28 Nov 2019 20:56:57 +0100 Subject: [PATCH] Add 8.3.1 CHANGES entry for SOLR-13465, SOLR-13941 and SOLR-13905 --- solr/CHANGES.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 66d6ebb88e4..d2e7f79939d 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -241,6 +241,12 @@ Bug Fixes * SOLR-13971: Velocity response writer's resource loading now possible only through startup parameters. (Ishan Chattopadhyaya, David Smiley) +* SOLR-13465: CoreContainer.auditloggerPlugin should be volatile (janhoy, hossman) + +* SOLR-13905: Make findRequestType in AuditEvent more robust (janhoy) + +* SOLR-13941: Tests configure Jetty differently than when running via start.jar (janhoy, Uwe Schindler) + ================== 8.3.0 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.