Disable default features in libxml2. (#5221)

* Disable default features in libxml2.
We don't seem to make use of any of them in `xml_wrapper.cpp`.

* Update changelog.

* Added "Acknowledgments" section to the Storage Changelog.

* "Identity" => "Storage" (my bad)

* Apply suggestions from code review

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>

---------

Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
This commit is contained in:
Theodore Tsirpanis 2023-12-12 20:02:29 +02:00 committed by GitHub
parent 818d22778f
commit 2dbaa8a37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View File

@ -4,12 +4,20 @@
### Features Added
- Removed unnecessary dependencies on non-Windows platforms. (A community contribution, courtesy of _[teo-tsirpanis](https://github.com/teo-tsirpanis)_)
### Breaking Changes
### Bugs Fixed
### Other Changes
### Acknowledgments
Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release:
- Theodore Tsirpanis _([GitHub](https://github.com/teo-tsirpanis))_
## 12.5.0 (2023-11-07)
### Features Added

View File

@ -11,6 +11,7 @@
"azure-core-cpp",
{
"name": "libxml2",
"default-features": false,
"platform": "!windows"
},
{

View File

@ -22,6 +22,7 @@
},
{
"name": "libxml2",
"default-features": false,
"platform": "!windows"
},
{

View File

@ -8,6 +8,7 @@
},
{
"name": "libxml2",
"default-features": false,
"platform": "!windows & !uwp"
},
{