From f1edcfa18cbb4c696d4c89456db1072174fb5cdf Mon Sep 17 00:00:00 2001 From: Buildvana Date: Sun, 13 Aug 2023 08:23:16 +0000 Subject: [PATCH] Prepare release 1.0.152-preview [skip ci] --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df1e44..7d6677f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changes to existing features -- `Louis.Fluency.FluentExtensions.Switch` has new overloads that let you specify an [`IEqualityComparer`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iequalitycomparer-1) interface to compare the given value with comparands associated with actions. -- Pre-existing overloads of `Louis.Fluency.FluentExtensions.Switch` now use [`EqualityComparer.Default`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.equalitycomparer-1.default). As a consequance, the value and comparands no longer have to implement `IEquatable`. This change also makes `FluentExtensions.Switch` usable with `enum`s. - ### Bugs fixed in this release ### Known problems introduced by this release +## [1.0.152-preview](https://github.com/Tenacom/Louis/releases/tag/1.0.152-preview) (2023-08-13) + +### Changes to existing features + +- `Louis.Fluency.FluentExtensions.Switch` has new overloads that let you specify an [`IEqualityComparer`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.iequalitycomparer-1) interface to compare the given value with comparands associated with actions. +- Pre-existing overloads of `Louis.Fluency.FluentExtensions.Switch` now use [`EqualityComparer.Default`](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.equalitycomparer-1.default). As a consequance, the value and comparands no longer have to implement `IEquatable`. This change also makes `FluentExtensions.Switch` usable with `enum`s. + ## [1.0.148-preview](https://github.com/Tenacom/Louis/releases/tag/1.0.148-preview) (2023-08-01) ### New features