From 3be09119d98fc7647df06a4e89286d06c7bc9aff Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Tue, 20 Dec 2016 16:29:19 +0800 Subject: [PATCH] MDL-40759 upgrade: Note about fontawesome callback --- lib/upgrade.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 1f2d6ecfe18..6e93c9e3bf0 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,5 +1,8 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. +=== 3.3 === +* Moodle has support for font-awesome icons. Plugins should use the xxx_get_fontawesome_icon_map callback + to map their custom icons to one from font-awesome. === 3.3 ===