SOLR-2718: Move CHANGES entry under 3.6.0

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1233199 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-01-19 06:31:46 +00:00
parent 6a8fbf780e
commit fb1884358d
1 changed files with 4 additions and 4 deletions

View File

@ -369,10 +369,7 @@ Other Changes
* SOLR-2588: Moved VelocityResponseWriter back to contrib module in order to
remove it as a mandatory core dependency. (ehatcher)
* SOLR-2718: Add ability to lazy load response writers, defined with startup="lazy".
(ehatcher)
* SOLR-2862: More explicit lexical resources location logged if Carrot2 clustering
* SOLR-2862: More explicit lexical resources location logged if Carrot2 clustering
extension is used. Fixed solr. impl. of IResource and IResourceLookup. (Dawid Weiss)
* SOLR-1123: Changed JSONResponseWriter to now use application/json as its Content-Type
@ -498,6 +495,9 @@ Other Changes
structure will disappear in 4.0. Errors should be caught and logged at the
top-most level or logged and NOT propagated up the chain. (Erick Erickson)
* SOLR-2718: Add ability to lazy load response writers, defined with startup="lazy".
(ehatcher)
Build
----------------------
* SOLR-2487: Add build target to package war without slf4j jars (janhoy)