From d6ed2e377914a37208e44486ae7e76bf9f501d96 Mon Sep 17 00:00:00 2001 From: CamilleBeau Date: Mon, 29 Jan 2024 15:17:05 -0500 Subject: [PATCH] small wording change --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc17e98415b..91346b860b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ changes in the following format: PR #1234*** - Add OpenID Connect authorization support to LORIS (PR #8255) #### Updates and Improvements -- Create new `sex` table to hold candidate sex options, and change Sex and ProbandSex columns of `candidate` table to a varchar(255) datatype that is restricted by this table (PR #9025) +- Create new `sex` table to hold candidate sex options, and change Sex and ProbandSex columns of `candidate` table to a varchar(255) datatype that is restricted by the `sex` table (PR #9025) #### Bug Fixes - Fix examiner site display (PR #8967)