From 670d9d098dc0bf1c6f681c39268373a335def81a Mon Sep 17 00:00:00 2001 From: calebjenkins Date: Sun, 1 May 2022 22:08:19 -0500 Subject: [PATCH] additonal context in readme history --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d5f55d..8a2582d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ Please target any PRs to the `Develop` branch. ## History ### Changes in `version 2.0.0` -- Removed the obsolete extension methods from `version 1.2.0` +- Removed the obsolete extension methods from `version 1.2.0`. Must use `AddAuthentication().AddFakeAuth()` methods now. - Fixed typo in the `HttpClientExtensions` extension class from `SetFakeAuthClaimns` to `SetFakeAuthClaims` - **New Feature:** We added a new `AllowedHosts` property to the `FakeAuthOptions` class. Previously, only localhost testing was supported, with `2.0.0` and forward, specific hosts can be configured to support more testing scenarios.