From 8aba3e24ebc455092cf9551a8fb784fd45564380 Mon Sep 17 00:00:00 2001 From: Rakshith Bhyravabhotla Date: Wed, 26 Aug 2020 17:55:08 -0700 Subject: [PATCH] changelog --- .../azure-ai-anomalydetector/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md b/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md index 96441d6e520d..6c2b5f442311 100644 --- a/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md +++ b/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md @@ -2,6 +2,16 @@ ## 3.0.0b2 (Unreleased) + - Fixed an issue with ChangePointDetect + - Renamed `entire_detect` to `detect_entire_series` + - Renamed `APIError` to `AnomalyDetectorError` + - Renamed `Request` to `DetectRequest` + - Renamed `LastDetect` to `DetectLastPoint` + - Renamed `ChangePointDetect` to `DetectChangePoint` + - Renamed `Granularity` to `TimeGranularity` + - Renamed `minutely` and `secondly` to `per_minute` and `per_second` + - Renamed `Point` to `TimeSeriesPoint` + ## 3.0.0b1 (2020-08-17)