Skip to content

Commit

Permalink
changelog for release Core Beta 5 and Identity Beta 3 (#1572)
Browse files Browse the repository at this point in the history
* changelog for release

* missing changelog entries
  • Loading branch information
vhvb1989 authored Feb 3, 2021
1 parent 06d6649 commit 9b7849c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.5 (Unreleased)
## 1.0.0-beta.5 (2021-02-02)

### New Features

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/azure-identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0-beta.3 (2021-02-02)

### Breaking Changes

Expand Down

0 comments on commit 9b7849c

Please sign in to comment.