Updated CHANGES.md

This commit is contained in:
Mark Nelson 2020-03-12 14:40:04 +01:00
parent a2c30e3667
commit 3dc83cb306

View file

@ -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.6.6] - 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.6.5] - 2020-03-09
### Fixed
- Fixed foreign key violation (#331).
## [3.6.4] - 2020-02-01
### Added