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:
parent
818d22778f
commit
2dbaa8a37d
@ -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
|
||||
|
||||
@ -11,6 +11,7 @@
|
||||
"azure-core-cpp",
|
||||
{
|
||||
"name": "libxml2",
|
||||
"default-features": false,
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
|
||||
@ -22,6 +22,7 @@
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
"default-features": false,
|
||||
"platform": "!windows"
|
||||
},
|
||||
{
|
||||
|
||||
@ -8,6 +8,7 @@
|
||||
},
|
||||
{
|
||||
"name": "libxml2",
|
||||
"default-features": false,
|
||||
"platform": "!windows & !uwp"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user