From 2b8baa95827feeb1340e2bb76d07c9c36cf77321 Mon Sep 17 00:00:00 2001 From: Alexandre Murari Junior Date: Fri, 30 Oct 2020 14:11:36 -0300 Subject: [PATCH] Update release notes --- Directory.Build.props | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 599279c..732ff96 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,9 +12,7 @@ https://github.com/alexmurari/Exprelsior/ - - Removed the OrdinalIgnoreCase string comparison from calls to contains methods on string collections (EF Core doesn't support string comparers). - - Added initial methods to start building expressions to the ExpressionBuilder class. - - Changed the behavior of the extension methods that compose expressions (And, Or) so it handles initial values correctly. + - Fixed expression comparisons on composition operations. \ No newline at end of file