Azure Core September Releases (#5975)

* Azure Core September Releases

* Update CHANGELOG.md

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-09-12 07:38:49 -07:00 committed by GitHub
parent b45276fc24
commit cfbe21ca82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View File

@ -1,17 +1,11 @@
# Release History
## 1.0.0-beta.11 (Unreleased)
### Features Added
### Breaking Changes
## 1.0.0-beta.11 (2024-09-12)
### Bugs Fixed
- Updated vendored copy of uAMQP to reflect upstream changes.
### Other Changes
## 1.0.0-beta.10 (2024-06-06)
### Bugs Fixed

View File

@ -1,6 +1,6 @@
# Release History
## 1.14.0-beta.2 (Unreleased)
## 1.14.0-beta.2 (2024-09-12)
### Features Added
@ -8,15 +8,11 @@
- Added default constructor, `Parse()`, and equality comparison operators to `Azure::Core::Uuid`.
- Added an `Azure::Core::ResourceIdentifier` type.
### Breaking Changes
### Bugs Fixed
- Throw `std::invalid_argument` if the value of `TimeFractionFormat` enum passed in to `DateTime::ToString()` is invalid.
- `Azure::Core::Uuid::ToString()` is now `const`.
### Other Changes
## 1.14.0-beta.1 (2024-08-01)
### Features Added