You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2021/01/07 17:15:41 UTC

[lucene-solr] branch branch_8x updated: SOLR-15040: Update CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new e6637ee  SOLR-15040: Update CHANGES.txt
e6637ee is described below

commit e6637eecbaad0e5bfbf1c72225340f0cffa5fbfe
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Thu Jan 7 11:25:21 2021 -0500

    SOLR-15040: Update CHANGES.txt
---
 solr/CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index b42bf06..c862f9c 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -51,6 +51,8 @@ Improvements
 * SOLR-15059: Add panels to the default Grafana dashboard for query performance monitoring, includes updates
   to the Prometheus exporter to export query performance metrics, such as QPS and p95. (Timothy Potter)
 
+* SOLR-15040: Improvements to postlogs timestamp handling (Joel Bernstein)
+
 Optimizations
 ---------------------
 * SOLR-14975: Optimize CoreContainer.getAllCoreNames, getLoadedCoreNames and getCoreDescriptors. (Bruno Roustant)