Remove CryptRand and related stuff
[lhc/web/wiklou.git] / RELEASE-NOTES-1.34
index 3c471c2..9fb74dc 100644 (file)
@@ -68,6 +68,11 @@ because of Phabricator reports.
 
 === Breaking changes in 1.34 ===
 * Preferences class, deprecated in 1.31, has been removed.
+* The following parts of code, deprecated in 1.32, were removed in favor of
+  built-in PHP functions:
+  * CryptRand class
+  * CryptRand service
+  * Functions of the MWCryptRand class: singleton(), wasStrong() and generate().
 * …
 
 === Deprecations in 1.34 ===