diff --git a/CHANGELOG/CHANGELOG-0.4.md b/CHANGELOG/CHANGELOG-0.4.md index e2311da28d..f52e1cfc81 100644 --- a/CHANGELOG/CHANGELOG-0.4.md +++ b/CHANGELOG/CHANGELOG-0.4.md @@ -2,6 +2,13 @@ Changes since `v0.3.0`: +### Features + +- Move the workloads evicted due to pods ready timeout to the end of the queue. #689 + +### Production Readiness + + ### Bug fixes - Fix a bug that updates a queue name in workloads with an empty value when using framework jobs that use batch/job internally, such as MPIJob. #713