From 1c4f7dd38b280773165edc0edb1188656481350d Mon Sep 17 00:00:00 2001 From: Jonathan Champ Date: Thu, 25 Jul 2024 11:04:30 -0400 Subject: [PATCH] release: v5.2.3 --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4e6519ee..9eb8acb8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ ### Releases ### +#### v5.2.3 #### + +- Bugfix: Duration language string was incorrectly specifying units #250 (thanks @abias) +- Bugfix: Stop using deprecated core-course-module-description for mobile app v4.4.0 #602 (thanks @dpalou) +- Code quality: Align with moodle-cs v3.4.9 #605 +- Regression: `recordingtype` column was too small for some type strings #605 (thanks @samwitzig, @acquaalta) + - Introduced in v5.2.1 when fixing recording type language strings. + #### v5.2.2 #### - Bugfix: Keep recordings even if the API errors #593 (thanks @LGPoly, @mjleblanc)