=== 3.1 ===
+* The google api library has been updated to version 1.1.7. There was some important changes
+ on the SSL handling. Now the SSL version will be determined by the underlying library.
+ For more information see https://github.com/google/google-api-php-client/pull/644
+* The get_role_users() function will now add the $sort fields that are not part
+ of the requested fields to the query result and will throw a debugging message
+ with the added fields when that happens.
* The core_user::fill_properties_cache() static method has been introduced to be a reference
and allow standard user fields data validation. Right now only type validation is supported
checking it against the parameter (PARAM_*) type of the target user field. MDL-52781 is
* \repository::antivir_scan_file() has been deprecated, \core\antivirus\manager::scan_file() that
applies antivirus plugins is replacing its functionality.
* Added core_text::str_max_bytes() which safely truncates multi-byte strings to a maximum number of bytes.
+* Zend Framework has been removed completely.
* Any plugin can report when a scale is being used with the callback function [pluginname]_scale_used_anywhere(int $scaleid).
=== 3.0 ===