From 9264593e5906f236cf257a1a0e91e7085b9186a3 Mon Sep 17 00:00:00 2001 From: Xiang Yan Date: Sun, 7 Mar 2021 11:15:03 -0800 Subject: [PATCH] update changelog --- sdk/core/azure-core/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index d7a4b9038695..c6bf7febc96c 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.12.0 (2021-03-08) +This version will be the last version to officially support Python 3.5, future versions will require Python 2.7 or Python 3.6+. + ### Features - Added `azure.core.messaging.CloudEvent` model that follows the cloud event spec.