From 02838046ddeb9ec64a6cb3515c7ed9cdaf84243c Mon Sep 17 00:00:00 2001
From: Uwe Schindler <uschindler@apache.org>
Date: Sun, 13 Sep 2015 09:32:57 +0000
Subject: [PATCH] LUCENE-6795: Add CHANGES entry also to Solr
 (SystemInfoHandler improvements)

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1702717 13f79535-47bb-0310-9956-ffa450edef68
---
 solr/CHANGES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 4f0efe0b042..7793968d012 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -153,6 +153,10 @@ New Features
 
 * SOLR-7915: Provide pluggable context tool support for VelocityResponseWriter (Erik Hatcher)
 
+* LUCENE-6795: SystemInfoHandler was improved to also show detailed operating
+  system statistics on IBM J9 virtual machines. It also no longer fails on Java 9
+  with Jigsaw module system.  (Uwe Schindler)
+
 Bug Fixes
 ----------------------