Skip to content

Commit ac10472

Browse files
authored
update changelog (Azure#20958)
* update changelog * updates
1 parent 6e10afe commit ac10472

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

sdk/core/azure-core/CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## 1.19.0 (2021-09-30)
44

5-
### Features Added
6-
75
### Breaking Changes in the Provisional `azure.core.rest` package
86

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

1311
- HttpLoggingPolicy integrates logs into one record #19925
1412

15-
### Bugs Fixed
16-
17-
### Other Changes
18-
1913
## 1.18.0 (2021-09-02)
2014

2115
### Features Added

sdk/core/azure-core/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ If you are a client library developer, please reference [client library develope
88

99
[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/)
1010

11+
## _Disclaimer_
12+
13+
_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_
14+
1115
## Getting started
1216

1317
Typically, you will not need to install azure core;

sdk/core/azure-core/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
'Programming Language :: Python :: 3.7',
5555
'Programming Language :: Python :: 3.8',
5656
'Programming Language :: Python :: 3.9',
57+
'Programming Language :: Python :: 3.10',
5758
'License :: OSI Approved :: MIT License',
5859
],
5960
zip_safe=False,

0 commit comments

Comments
 (0)