Skip to content

Commit 235fb41

Browse files
authored
changelog updates (#3030)
1 parent aed3c16 commit 235fb41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

changelog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55
- Updated to Microsoft.Identity.Client 4.64.1
66

77
### New features
8-
- In .NET 8 and above, `IDownstreamApi` overloads take a `JsonTypeInfo<T>` parameter to enable source generated JSON deserialization. See issue [#2930] for details.
8+
- In .NET 8 and above, `IDownstreamApi` overloads take a `JsonTypeInfo<T>` parameter to enable source generated JSON deserialization. See issue [#2930](https://github.com/AzureAD/microsoft-identity-web/issues/2930) for details.
99

1010
### Bug fixes:
11-
- Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See [#3002] for details.
11+
- Azure region is used while creating application keys when the TokenAcquisition service caches application objects, and the TokenAcquirerFactory caches TokenAcquirer. See [#3002](https://github.com/AzureAD/microsoft-identity-web/pull/3002) for details.
12+
- Improved error messages for FIC. See issue [#3000](https://github.com/AzureAD/microsoft-identity-web/issues/3000) for details.
1213

1314
### Fundamentals:
1415
- Improved test coverage for `GetCacheKey`. See PR [#3020](https://github.com/AzureAD/microsoft-identity-web/pull/3020) for details.
1516
- Update to .NET 9-RC1. See issue [#3025](https://github.com/AzureAD/microsoft-identity-web/issues/3025) for details.
1617
- Fix static analysis warnings. See PR [#3024](https://github.com/AzureAD/microsoft-identity-web/pull/3024) for details.
18+
1719
3.1.0
1820
=========
1921
- Updated to Microsoft.IdentityModel.* 8.0.2

0 commit comments

Comments
 (0)