MDL-71981 dataformat: indicate HTML support in writer callback.

This commit is contained in:
Paul Holden
2021-07-06 09:28:01 +08:00
committed by Adrian Greeve
parent 0d13cd3f29
commit fb18ed8256
2 changed files with 11 additions and 3 deletions
+7
View File
@@ -1,6 +1,13 @@
This files describes API changes in /dataformat/ download system,
information provided here is intended especially for developers.
=== 3.11.1 ===
* Optional $callback for the following \core\dataformat methods now receive a second argument to define
whether the current format writer supports HTML:
- download_data()
- write_data()
- write_data_to_filearea()
=== 3.9 ===
* The following methods have been added to the base dataformat class to allow instances to export to a local
file. They can be overridden in extending classes to define how files should be created: