diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2d075..7f2f62f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,20 +27,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.3.12] - 2024-04-22 -- UriReplacementHandler improvements to be added to middleware pipeline by default and respects options set in the HttpRequestMessage () -- Adds `ConfigureAwait(false)` calls to async calls (). +- UriReplacementHandler improvements to be added to middleware pipeline by default and respects options set in the HttpRequestMessage [#242](https://github.com/microsoft/kiota-http-dotnet/issues/242) +- Adds `ConfigureAwait(false)` calls to async calls [#240](https://github.com/microsoft/kiota-http-dotnet/issues/240). ## [1.3.11] - 2024-04-19 ## Changed -- Fixes default handler for NET framework to unlock HTTP/2 scenarios () +- Fixes default handler for NET framework to unlock HTTP/2 scenarios [#237](https://github.com/microsoft/kiota-http-dotnet/issues/237) ## [1.3.10] - 2024-04-19 ## Changed -- Have made System.* dependencies only be included on Net Standard's TFM & net 5 () +- Have made System.* dependencies only be included on Net Standard's TFM & net 5 [#230](https://github.com/microsoft/kiota-http-dotnet/issues/230) ## [1.3.9] - 2024-04-17 @@ -93,7 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Fixes multiple initialization of `ActivitySource` instances on each request send(). +- Fixes multiple initialization of `ActivitySource` instances on each request send [#161](https://github.com/microsoft/kiota-http-dotnet/issues/161). ## [1.3.0] - 2023-11-02