changelog for release Core Beta 5 and Identity Beta 3 (#1572)

* changelog for release

* missing changelog entries
This commit is contained in:
Victor Vazquez 2021-02-02 18:15:33 -08:00 committed by GitHub
parent 06d66492eb
commit 9b7849c155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-02-02)
### New Features
@ -16,6 +16,9 @@
- Fixed the parsing of the last chunk of a chunked response when using the curl transport adapter.
- Fixed reading the value from `retry-after` header in `RetryPolicy`.
- Fix link errors when producing a DLL and add UWP compilation support.
- Do not pass a placeholder user-agent string as a fallback when using WinHttp.
- Initialize local variables in implementation to fix warning within release builds on Linux.
## 1.0.0-beta.4 (2021-01-13)

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2021-02-02)
### Breaking Changes