Azure Core August Beta Release (#5858)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
e5f2cda065
commit
8fdb1fcd57
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 1.14.0-beta.1 (Unreleased)
|
||||
## 1.14.0-beta.1 (2024-08-01)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -12,8 +12,6 @@
|
||||
- If customer code is using `Azure::Core::Context::ApplicationContext`, the customer should instead create their own root context object which is used
|
||||
wherever the customer would have previously used `Azure::Core::Context::ApplicationContext`, i.e. `Azure::Core::Context(deadline)` instead of `Azure::Core::Context::ApplicationContext.WithDeadline(deadline)`.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
- [[#5851]](https://github.com/Azure/azure-sdk-for-cpp/pull/5851) Remove unneeded `<regex>` includes. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user