MDL-87066 core: add upgrade note for clean_string()

This commit is contained in:
Petr Skoda
2025-11-27 14:58:03 +01:00
parent fe057e8edc
commit 4e239b0e76
@@ -0,0 +1,5 @@
issueNumber: MDL-87066
notes:
core:
- message: Added clean_string() that prevents double escaping in Mustache templates
type: improved