From 463112b77290c633f0daca037e06e7122597ffe4 Mon Sep 17 00:00:00 2001 From: danielryannimble Date: Mon, 26 Jun 2023 14:56:12 +0100 Subject: [PATCH] grammar errors fixed --- release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes.md b/release-notes.md index f2677fe3c..55297d260 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,5 @@ ## 9.0.1 -* Fixed Bug 132060 :Added migration to remove 'OpeningDate' field from Projects. The 'ProposedAcadamyOpeningDate' field will be used throughout the api. +* Fixed Bug 132060 : The 'proposed academy opening date' field will be populated with the 'ProposedAcademyOpeningDate' value to match changes made in the academisation API. On creation of a sponsored project the proposed opening date will no longer be populated with a six month arbitrary date. * Added migration to change projects with status of "APPROVED WITH CONDITIONS" to "Approved with conditions" ---