MDL-50491 filters: deprectate old methods & improve comments

Two methods relating to the old way of doing format_text caching have
been deprecated.
This commit is contained in:
Tim Hunt 2015-06-05 14:50:59 +01:00
parent f1a415ea70
commit 502561d657
2 changed files with 66 additions and 72 deletions

View file

@ -1,6 +1,12 @@
This file describes API changes in core filter API and plugins,
information provided here is intended especially for developers.
=== 3.0 ===
* Methods filter_manager::text_filtering_hash and moodle_text_filter::hash have been
deprecated. There were use by the old Moodle filtered text caching system
that was removed several releases ago.
=== 2.7 ===
* Finally filter may use $PAGE and $OUTPUT, yay!