diff --git a/CHANGES.txt b/CHANGES.txt
index 084f30754af..df05a670596 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -110,6 +110,9 @@ New Features
* SOLR-1815: SolrJ now preserves the order of facet queries. (yonik)
+* SOLR-1677: Add support for choosing the Lucene Version for Lucene components within
+ Solr. (Uwe Schindler, Mark Miller)
+
Optimizations
----------------------
diff --git a/example/solr/conf/solrconfig.xml b/example/solr/conf/solrconfig.xml
index c043af91002..bfd53c3edf2 100755
--- a/example/solr/conf/solrconfig.xml
+++ b/example/solr/conf/solrconfig.xml
@@ -31,6 +31,14 @@
-Dsolr.abortOnConfigurationError=false
-->
${solr.abortOnConfigurationError:true}
+
+
+ LUCENE_31