From 4efaf4253db873b591e405071eceeb68ce83a2b4 Mon Sep 17 00:00:00 2001 From: ubc-tuehoang <86985864+ubc-tuehoang@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:57:17 -0700 Subject: [PATCH] Update some text to Plan Release Date tool. Update some text to Plan Release Date tool. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc88299d..7e23adb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,8 @@ ### New Features * "Download All" attachments button was added to generate and download a zip file of all student submitted answer attachments. This can be found in an assignment's "Participation" tab under the "Attachments" column. -* The "Assignment End-Date" feature was added for admin users to query for the assignments end-date. +* The "Assignment End-Date" tool was added for admin users to query for the assignments end-date. + * The purpose of this page is to search for ongoing or active assignments on a given date, to help plan potential schedules for testing, staging, and production environments. ### New Environment Variables: For controlling worker memory leak * CELERY_WORKER_MAX_TASKS_PER_CHILD - Kills a worker process and forks a new one when it has executed the given number of tasks.