Merge "Pass phpcs-strict on maintenance/ (8/8)"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.24
index 3d9efc3..fd422fa 100644 (file)
@@ -13,6 +13,11 @@ production.
 === New features in 1.24 ===
 
 === Bug fixes in 1.24 ===
+* (bug 62258) A bug was fixed in File::getUnscaledThumb when a height
+  restriction was present in the parameters.  Images with both the "frame"
+  option and a size specification set will now always ignore the provided
+  size and display an unscaled image, as the documentation has always
+  claimed it would.
 
 === Web API changes in 1.24 ===
 
@@ -24,6 +29,15 @@ changes to languages because of Bugzilla reports.
 
 === Other changes in 1.24 ===
 * The deprecated jquery.delayedBind ResourceLoader module was removed.
+* The deprecated function mw.util.toggleToc was removed.
+* The Special:Search hooks SpecialSearchGo and SpecialSearchResultsAppend
+  were removed as they were unused.
+
+==== Renamed classes ====
+* CLDRPluralRuleConverter_Expression to CLDRPluralRuleConverterExpression
+* CLDRPluralRuleConverter_Fragment to CLDRPluralRuleConverterFragment
+* CLDRPluralRuleConverter_Operator to CLDRPluralRuleConverterOperator
+* CLDRPluralRuleEvaluator_Range to CLDRPluralRuleEvaluatorRange
 
 == Compatibility ==