diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f09198b4..19382a538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Field `asset_type` on `AssetFailureReport` (based on protobuf enum `orchestrator.FailedAssetKind`) ([#727](https://github.com/Substra/substra-backend/pull/727)) - Celery task `FailableTask` that contains the logic to store the failure report, that can be re-used in different assets. ([#727](https://github.com/Substra/substra-backend/pull/727)) -- Add `FunctionStatus` enum ([#263](https://github.com/Substra/orchestrator/pull/263)) +- Add `FunctionStatus` enum ([#714](https://github.com/Substra/substra-backend/pull/714)) - BREAKING: Add `status` on `api.Function` (type `FunctionStatus`) ([#714](https://github.com/Substra/substra-backend/pull/714)) +- Tests to ensure build order is made in order of submission (including retries) ([#740](https://github.com/Substra/substra-backend/pull/740)) ### Changed