Skip to content

Commit 0106ea4

Browse files
jmprieurkllysng
andauthored
Update changelog.md to fix release 3.2.2 which had a breaking change (#3116)
* Update changelog.md * Update changelog.md Co-authored-by: kellyyangsong <[email protected]> * Update changelog.md --------- Co-authored-by: kellyyangsong <[email protected]>
1 parent 195328c commit 0106ea4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

changelog.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@
1717
3.2.2
1818
=========
1919
- Updated to Microsoft.IdentityModel.* 8.1.2
20-
20+
- **Breaking change** (without major version change. Sorry!)
21+
[ClientAssertionProviderBase.GetSignedAssertion](https://github.com/AzureAD/microsoft-identity-web/blob/195328cc509e3d964bb47f1877a8946b6f136f81/src/Microsoft.Identity.Web.Certificateless/ManagedIdentityClientAssertion.cs#L79) now takes an MSAL.NET AssertionRequestOptions and the method name has changed from `GetSignedAssertion` to `GetClientAssertionAsync`:
22+
23+
```csharp
24+
var m = new ManagedIdentityClientAssertion("<some client id>");
25+
m.GetSignedAssertion(CancellationToken.None); // this method will break on v3.2.2
26+
```
27+
2128
3.2.1
2229
=========
2330
- Updated to Microsoft.IdentityModel.* 8.1.1

0 commit comments

Comments
 (0)