Updated CHANGES.txt with the latest status.
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/db82646e Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/db82646e Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/db82646e Branch: refs/heads/master Commit: db82646ee1c88c1b0b8ca6a18ea1411da7019be9 Parents: dd23511 Author: Shad Storhaug <[email protected]> Authored: Sat May 6 03:53:59 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sat May 6 03:53:59 2017 +0700 ---------------------------------------------------------------------- CHANGES.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/db82646e/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 9b9b2d2..5e0fc05 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,19 @@ -September 6th 2014 - Started work on revamping the project code and structure towards a v4.8 release +=================== Release 4.8.0-beta00001 ===================== +Bug +â¢[LUCENENET-516] - ChainedFilter class not available in Lucene.net build 3.0.3 +â¢[LUCENENET-571] - Lucene.Net.QueryParser.Flexible Not Fully Implemented in .NET Core +â¢[LUCENENET-558] - Some possible null reference exceptions in ListExtensions.cs +â¢[LUCENENET-542] - Snowball Analyser - stemming issue + +Improvement +â¢[LUCENENET-572] - Lucene.Net.Expressions - removed dependency on .NET Core configuration packages + +Task +â¢[LUCENENET-540] - Make changes to Contrib\Analyzers\Miscellaneous to sync with Java 4.3 version + +May 6th 2017 - Completed most of v4.8 +September 6th 2014 - Started work on revamping the project code and structure towards a v4.8 release =================== 3.0.3 trunk (not yet released) =====================
