Merge "Don't pass USE INDEX to a $dbType parameter"
[lhc/web/wiklou.git] / RELEASE-NOTES-1.32
index c9ebbfb..b8d55e0 100644 (file)
@@ -7,8 +7,10 @@ production.
 
 === Configuration changes in 1.32 ===
 * (T115414) The $wgEnableAPI and $wgEnableWriteAPI settings, deprecated in 1.31, have been removed.
-* The $wgUseAjax setting is now formally deprecated, and MediaWiki will act as if it is always set.
+* The $wgUseAjax setting, deprecated in 1.31, is now ignored.
 * The $wgSiteSupportPage setting, unused since 1.5, was removed.
+* $wgJpegQuality was added to allow configuring the quality of JPEG thumbnails (default 80).
+* The default quality of JPEG thumbnails generated by GD was reduced from 95 to 80.
 * …
 
 === New features in 1.32 ===