LUCENE-8182: update changes.txt with missing bug fix in 7.3.0

This commit is contained in:
Jim Ferenczi 2018-03-01 15:19:34 -08:00
parent b732f06775
commit acf87b318e
1 changed files with 3 additions and 0 deletions

View File

@ -184,6 +184,9 @@ Bug Fixes
* LUCENE-8174: Fixed {Float,Double,Int,Long}Range.toString(). (Oliver Kaleske
via Adrien Grand)
* LUCENE-8182: Fixed BoostingQuery to apply the context boost instead of the parent query
boost (Jim Ferenczi)
* LUCENE-8188: Fixed bugs in OpenNLPOpsFactory that were causing InputStreams fetched from the
ResourceLoader to be leaked (hossman)