RELEASE-NOTES: Move image_comment_temp note following 8107e47
authorJames D. Forrester <jforrester@wikimedia.org>
Thu, 15 Nov 2018 16:53:24 +0000 (08:53 -0800)
committerJames D. Forrester <jforrester@wikimedia.org>
Thu, 15 Nov 2018 16:53:24 +0000 (08:53 -0800)
Change-Id: Ifab6aea29d20218ce1fcfbf16432bc2bf59fa676

RELEASE-NOTES-1.32
RELEASE-NOTES-1.33

index 438fac3..06b60e4 100644 (file)
@@ -657,9 +657,9 @@ because of Phabricator reports.
   yet for creating or managing content in slots beides the main slot. See
   <https://www.mediawiki.org/wiki/Multi-Content_Revisions> for more
   information.
-* The image_comment_temp database table is merged into the image table and
-  deprecated. Since access should be mediated by the CommentStore class, this
-  change shouldn't affect external code.
+* The image_comment_temp database table has been removed. Since all access
+  should be mediated by the CommentStore class, this change shouldn't affect
+  external code.
 * (T206147) Database::close() will no longer commit any open transactions.
 
 == Compatibility ==
index c573a59..7bbb165 100644 (file)
@@ -159,9 +159,6 @@ because of Phabricator reports.
 === Other changes in 1.33 ===
 * (T208871) The hard-coded Google search form on the database error page was
   removed.
-* The image_comment_temp database table, deprecated in 1.32, has been removed.
-  Since access should be mediated by the CommentStore class, this change
-  shouldn't affect external code.
 * …
 
 == Compatibility ==