From f2524610f0f4d2d6bdcde65688b5620885e08582 Mon Sep 17 00:00:00 2001 From: Mark Nelson Date: Thu, 12 Mar 2020 14:40:04 +0100 Subject: [PATCH] Updated CHANGES.md --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 9a969a8..ef62df4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/mdjnelson/moodle-mod_customcert/issues/169. +## [3.8.4] - 2020-03-12 + +### Added + +- Added extra Behat steps for new elements (#309). + +### Fixed + +- Fixed the displaying of names of a custom user field (#326). +- Do not allow '0' as a value for width or height in QR code (#321). + +## [3.8.3] - 2020-03-09 + +### Fixed + +- Fixed foreign key violation (#331). + ## [3.8.2] - 2019-12-16 ### Added