Skip to content

Commit

Permalink
Update Feature Management release 2.6.1 (#835)
Browse files Browse the repository at this point in the history
* Update Feature Management release 2.6.1

* add missing period

* Add issue reference

* Update Microsoft.Featuremanagement.md
  • Loading branch information
zhiyuanliang-ms authored Nov 16, 2023
1 parent f955f71 commit a7796fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions releaseNotes/Microsoft.Featuremanagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ If all of three filters are registered:
* When you call IsEnabledAsync("MyFeature", context), if context's type is TypeB, FilterB will be used and if context's type is TypeC, FilterC will be used.
* When you call IsEnabledAsync("MyFeature", context), if context's type is TypeF, FilterA will be used.

## 2.6.1 - June 28, 2023

### Bug fix

* Fixed an edge case for EvaluateAsync call that doesn't use context from FeatureManager. ([#244](https://github.com/microsoft/FeatureManagement-Dotnet/issues/244))

## 2.6.0 - June 23, 2023

Promotes the changes in [2.6.0-preview](#260-preview2---june-7-2023) and [2.6.0-preview2](#260-preview2---june-7-2023) to stable. These changes include parameter caching, requirement type, and targeting exclusion.
Expand Down

0 comments on commit a7796fb

Please sign in to comment.