Update the changelog wording and content for the upcoming release. (#1340)
* Update the changelog wording and content for the upcoming release. * Add back the namespace text that was accidentally dropped.
This commit is contained in:
parent
e97349cd7d
commit
abf4a6bb29
@ -25,16 +25,17 @@
|
||||
- Renamed methods from `Azure::Core::Context`.
|
||||
- `IsCanceled` to `IsCancelled`
|
||||
- `ThrowIfCanceled` to `ThrowIfCancelled`.
|
||||
- Moved `Azure::Core::Version`, defined in `azure/core/version.hpp` to `Azure::Core::Details` namespace in `azure/core/version.hpp` header.
|
||||
- Moved `Azure::Core::Version`, defined in `azure/core/version.hpp` to the `Azure::Core::Details` namespace.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Fixed the Curl transport adapter connection pooling when setting options.
|
||||
- Fixed for setting up the default transport adapter.
|
||||
- Fixed setting up the default transport adapter.
|
||||
|
||||
## 1.0.0-beta.3 (2020-11-11)
|
||||
|
||||
### New Features
|
||||
|
||||
- Added `strings.hpp` with `Azure::Core::Strings::LocaleInvariantCaseInsensitiveEqual` and `Azure::Core::Strings::ToLower`.
|
||||
- Added `GetPort()` to `Url`.
|
||||
- Added `TransportPolicyOptions`.
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
- Moved `Azure::Identity::Version`, defined in `azure/identity/version.hpp` to `Azure::Identity::Details` namespace in `azure/identity/version.hpp` header.
|
||||
- Moved `Azure::Identity::Version`, defined in `azure/identity/version.hpp` to the `Azure::Identity::Details` namespace.
|
||||
|
||||
### Other changes and Improvements
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user