From c85d7e0edc002133839f6f4da7de1bf08014e5ed Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Thu, 27 Dec 2018 07:40:44 +0800 Subject: [PATCH] Added missing details to CHANGES.md --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index e2d5f70..8d8a7e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -20,12 +20,15 @@ Note - All hash comments refer to the issue number. Eg. #169 refers to https://g - Allow verification of deleted users (#159). - The 'element' field in the 'customcert_elements' table has been changed from a Text field to varchar(255) (#241). - The 'Completion date' option in the 'date' element is only displayed when completion is enabled (#160). +- Instead of assuming 2 decimal points for percentages, we now make use of the decimal value setting, which the + function `grade_format_gradevalue` does by default if no decimal value is passed. ### Fixed - Issue with scales not displaying correctly (#242). - The report now respects the setting 'Show user identity' (#224). - Removed incorrect course reset logic (#223). +- Description strings referring to the wrong setting (#254). ## [3.4.5] - 2018-07-13 ### Fixed