Add release notes for Microsoft.FeatureManagement 2.5.0 (#630)

* Add release notes for Microsoft.FeatureManagement 2.5.0

* Correct PR number.
This commit is contained in:
Jimmy Campbell 2022-04-05 18:44:20 -04:00 коммит произвёл GitHub
Родитель 672489fe09
Коммит a336a11e49
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,16 @@
# Microsoft.FeatureManagement.AspNetCore
[Source code ][source_code_web] | [Package (NuGet)][package_web] | [Samples][samples_web] | [Product documentation][docs]
## 2.5.0 - April 4, 2022
### Enhancements
* Updated `FeatureGateAttribute` to support Razor pages. This attribute can be placed on Razor page handlers to control access to the page based on whether a feature flag is on or off. [#166](https://github.com/microsoft/FeatureManagement-Dotnet/pull/166)
### Bug fix
* Fixed an issue in `PercentageFilter` where a feature may occasionally be considered as on even when the filter is set to 0 percent. [#156](https://github.com/microsoft/FeatureManagement-Dotnet/pull/156)
## 2.4.0 - September 24, 2021
### Enhancements