Skip to content

Commit

Permalink
update changelog (Azure#20958)
Browse files Browse the repository at this point in the history
* update changelog

* updates
  • Loading branch information
xiangyan99 committed Sep 30, 2021
1 parent 6e10afe commit ac10472
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdk/core/azure-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## 1.19.0 (2021-09-30)

### Features Added

### Breaking Changes in the Provisional `azure.core.rest` package

- `azure.core.rest.HttpResponse` and `azure.core.rest.AsyncHttpResponse` are now abstract base classes. They should not be initialized directly, instead
Expand All @@ -12,10 +10,6 @@ your transport responses should inherit from them and implement them.

- HttpLoggingPolicy integrates logs into one record #19925

### Bugs Fixed

### Other Changes

## 1.18.0 (2021-09-02)

### Features Added
Expand Down
4 changes: 4 additions & 0 deletions sdk/core/azure-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ If you are a client library developer, please reference [client library develope

[Source code](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/) | [Package (Pypi)][package] | [API reference documentation](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/)

## _Disclaimer_

_Azure SDK Python packages support for Python 2.7 is ending 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_

## Getting started

Typically, you will not need to install azure core;
Expand Down
1 change: 1 addition & 0 deletions sdk/core/azure-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'License :: OSI Approved :: MIT License',
],
zip_safe=False,
Expand Down

0 comments on commit ac10472

Please sign in to comment.