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:
Ahson Khan 2021-01-12 23:58:04 -08:00 committed by GitHub
parent e97349cd7d
commit abf4a6bb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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`.

View File

@ -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