diff --git a/docs/release_notes/ver_1_12.md b/docs/release_notes/ver_1_12.md index 63193278..cf727a8f 100644 --- a/docs/release_notes/ver_1_12.md +++ b/docs/release_notes/ver_1_12.md @@ -18,11 +18,10 @@ the instructions [here](https://github.com/allegroai/clearml/tree/master/docs/er * Add `PipelineController.get_pipeline()` for retrieving previously run pipelines. **Bug Fixes** -* Fix `continue_last_task=0` is ignored in pipelines run with `retry_on_failure` [ClearML GitHub issue #1054](https://github.com/allegroai/clearml/issues/1054) * Fix AWS driver issues: [ClearML GitHub issue #1000](https://github.com/allegroai/clearml/issues/1000) * Fix credential authentication failure when attempting to use token * Fix instantiation within VPC without AvailabilityZones -* Fix Error accessing GCP artifacts when using special characters in task name [ClearML GitHub issue #1051](https://github.com/allegroai/clearml/issues/1051) +* Fix `continue_last_task=0` is ignored in pipelines run with `retry_on_failure` [ClearML GitHub issue #1054](https://github.com/allegroai/clearml/issues/1054) * Fix `Task.connect_configuration()` doesn't handle dictionaries with special characters * Fix pipeline steps created with `PipelineDecorator` aren't cached * Fix `Task.get_by_name()` doesn't return the most recent task when multiple tasks have same name