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