Skip to content

Commit

Permalink
update changelog for 2.15.4 (#2590)
Browse files Browse the repository at this point in the history
* update changelog for 2.15.4

* Update changelog.md

Co-authored-by: Jean-Marc Prieur <[email protected]>

* create fundamentals section

* update to 2.15.5

---------

Co-authored-by: Jean-Marc Prieur <[email protected]>
Co-authored-by: jennyf19 <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 9427efe commit 9350195
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.15.5
=========
- Update to .NET 8 GA
- Update to Microsoft.Graph 5.34.0

### Bug Fixes
- Fixes an issue where users were not able to override ICredentialsLoader. See [#2564](https://github.com/AzureAD/microsoft-identity-web/issues/2564) for details.
- The latest patch version is no longer used in dependencies, as it made builds non-deterministic. See [#2569](https://github.com/AzureAD/microsoft-identity-web/issues/2569) for details.
- Removed dependencies that were no longer needed. See [#2577](https://github.com/AzureAD/microsoft-identity-web/issues/2577) for details.
- Fixes an issue where the build did not look up project names as package dependencies. See [#2579](https://github.com/AzureAD/microsoft-identity-web/issues/2579) for more details.

### Fundamentals
- Enable baseline package validation, see [#2572](https://github.com/AzureAD/microsoft-identity-web/issues/2572) for details.
- Improve trimmability on .NET 8, see [#2574](https://github.com/AzureAD/microsoft-identity-web/issues/2574) for details.

2.15.3
=========
- Update Azure.Identity library to 1.10.2 for CVE-2023-36414.
Expand Down

0 comments on commit 9350195

Please sign in to comment.