Fixed release notes

This commit is contained in:
allegroai 2021-09-19 21:25:41 +03:00
parent 73dfda7ff8
commit 32a619f284

View File

@ -4,11 +4,9 @@ title: Version 1.1
### ClearML SDK 1.1.0
:::info Breaking Changes
New `PipelineController` v2 was introduced. New constructor is not backwards compatible!
ClearML will no longer try to use the demo server by default (change this by setting the `CLEARML_NO_DEFAULT_SERVER=0` environment variable)
`Task.completed()` was deprecated, use `Task.mark_completed()` instead
- New PipelineController v2 was introduced. New constructor is not backwards compatible!
- ClearML will no longer try to use the demo server by default (change this by setting the `CLEARML_NO_DEFAULT_SERVER=0` environment variable)
- `Task.completed()` was deprecated, use `Task.mark_completed()` instead
:::
**Features**