LUCENE-5959: add CHANGES entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626001 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2014-09-18 14:45:48 +00:00
parent 0bf7d74eac
commit c7356f6456
1 changed files with 3 additions and 0 deletions

View File

@ -191,6 +191,9 @@ Optimizations
* LUCENE-5960: Use a more efficient bitset, not a Set<Integer>, to
track visited states. (Markus Heiden via Mike McCandless)
* LUCENE-5959: Don't allocate excess memory when building automaton in
finish. (Markus Heiden via Mike McCandless)
Build
* LUCENE-5909: Smoke tester now has better command line parsing and