Updated CHANGES.txt with changes from 4.8.0-beta00004.
Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/032d49ac Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/032d49ac Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/032d49ac Branch: refs/heads/master Commit: 032d49ac81e1af30907b5d6bdae687568a7c0486 Parents: 7521951 Author: Shad Storhaug <[email protected]> Authored: Thu May 18 18:58:08 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Thu May 18 18:58:08 2017 +0700 ---------------------------------------------------------------------- CHANGES.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/032d49ac/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e060a3a..5da80a7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,13 @@ -=================== Release 4.8.0-beta00003 ===================== +=================== Release 4.8.0-beta00004 ===================== + +Bug +⢠AssemblyVersion and other metadata not being set on .NET Standard assemblies + for Lucene.Net.QueryParser and Lucene.Net.Expressions. +⢠Attempting to load default codec in static Codec constructor causes failure + in environments that don't allow Reflection to be used that early in the lifecycle. + This also improves performance when a custom DefaultCodecFactory is used. + +=================== Release 4.8.0-beta00003 ===================== Bug ⢠BREAKING CHANGE: Fixed codec issue with incorrect calculation on x86 platforms that produced the wrong
