diff --git a/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md b/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md index 6c2b5f442311..8726d6434ddd 100644 --- a/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md +++ b/sdk/anomalydetector/azure-ai-anomalydetector/CHANGELOG.md @@ -2,7 +2,10 @@ ## 3.0.0b2 (Unreleased) + **Bug Fixes** - Fixed an issue with ChangePointDetect + + **Breaking Changes** - Renamed `entire_detect` to `detect_entire_series` - Renamed `APIError` to `AnomalyDetectorError` - Renamed `Request` to `DetectRequest`