From 3e00dc3817490c5c58709da165f82969a15b600b Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Thu, 17 Sep 2020 14:40:07 -0400 Subject: [PATCH 1/2] [Text Analytics] Update release date for 5.1.0-beta.1 --- sdk/textanalytics/ai-text-analytics/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/textanalytics/ai-text-analytics/CHANGELOG.md b/sdk/textanalytics/ai-text-analytics/CHANGELOG.md index 67e2decdbab5..e43607d66f63 100644 --- a/sdk/textanalytics/ai-text-analytics/CHANGELOG.md +++ b/sdk/textanalytics/ai-text-analytics/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 5.1.0-beta.1 (Unreleased) +## 5.1.0-beta.1 (2020-09-17) - We are now targeting the service's v3.1-preview.2 API as the default instead of v3.0. - We now have added support for opinion mining feature of Sentiment Analysis. To get this support, pass `includeOpinionMining` as True when calling the `analyzeSentiment` endpoint. From 874fbc4259c0ac0db1ee055062c9b50d45707533 Mon Sep 17 00:00:00 2001 From: deyaaeldeen Date: Thu, 17 Sep 2020 14:40:33 -0400 Subject: [PATCH 2/2] format --- sdk/textanalytics/ai-text-analytics/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/textanalytics/ai-text-analytics/CHANGELOG.md b/sdk/textanalytics/ai-text-analytics/CHANGELOG.md index e43607d66f63..add0e9702aee 100644 --- a/sdk/textanalytics/ai-text-analytics/CHANGELOG.md +++ b/sdk/textanalytics/ai-text-analytics/CHANGELOG.md @@ -32,7 +32,6 @@ - Added `warnings` property to every document response object containing a list of `TextAnalyticsWarning` objects relevant to the corresponding document. - Migrated to using the Text Analytics v3.0 (General Availability) service endpoint. - ## 1.0.0-preview.4 (2020-04-07) - Renamed the first parameter of all operation methods from `inputs` to `documents`