Updated CHANGES.txt with changes from 4.8.0-beta00003.

Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/fbd4ad56
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/fbd4ad56
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/fbd4ad56

Branch: refs/heads/master
Commit: fbd4ad56d1d1b28d7b635f36527c75e77c0d570c
Parents: 93203d8
Author: Shad Storhaug <[email protected]>
Authored: Tue May 16 17:59:18 2017 +0700
Committer: Shad Storhaug <[email protected]>
Committed: Tue May 16 19:17:14 2017 +0700

----------------------------------------------------------------------
 CHANGES.txt | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucenenet/blob/fbd4ad56/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index c71fb52..e060a3a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,21 @@
-=================== Release 4.8.0-beta00002 =====================
+=================== Release 4.8.0-beta00003 =====================
+
+Bug
+•    BREAKING CHANGE: Fixed codec issue with incorrect calculation on x86 
platforms that produced the wrong
+       result. This fix means this version or any future version may not be 
able to read indexes from any 
+       prior 4.8.x build that has indexes with binary doc values that were 
generated using an x86 platform.
+•    Added missing null check for values retrieved from table of 
Lucene45DocValuesProducer.
+•    Fixed assertion failure in FstEnum due to missing check for IsLast. 
This may have also produced
+       incorrect runtime behavior.
+•    Fixed assertion failure in UnicodeUtil due to incorrect cast.
+
+Improvement
+•    Added overloads of Analyzer.NewAnonymous() that accept a delegate 
method for InitReader.
+•    Added constructor overloads on MMapDirectory, NIOFSDirectory, and 
SimpleFSDirectory that accept
+       string rather than DirectoryInfo to specify the directory.
+•    Added test to verify index compatibility with Lucene when using binary 
doc values.
+
+=================== Release 4.8.0-beta00002 =====================
 
 Bug
 •[Pull Request #205] - Made FSDirectory stale files set synchronized

Reply via email to