Move bug fix to the right place in changelog (#4531)

This commit is contained in:
Anton Kolesnyk 2023-04-08 04:58:26 -07:00 committed by GitHub
parent 369f86ce6d
commit fe7c7f971f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@
### Bugs Fixed
- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests.
### Other Changes
## 1.9.0-beta.1 (2023-04-06)
@ -35,7 +37,6 @@ Thank you to our developer community members who helped to make Azure Core bette
- [[#4213]](https://github.com/Azure/azure-sdk-for-cpp/issues/4213) Fixed a bug where `Host` request header is not set for non-default port (80, 443).
- [[#4443]](https://github.com/Azure/azure-sdk-for-cpp/issues/4443) Fixed potentially high CPU usage on Windows.
- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests.
### Other Changes