Release note for ApiQueryORM class
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 16 Oct 2012 18:00:15 +0000 (20:00 +0200)
committerAntoine Musso <hashar@free.fr>
Fri, 19 Oct 2012 13:21:00 +0000 (15:21 +0200)
The class let you facilitate the creation of query API modules.

Change-Id: I30485076edd59edf02b90fc394a710c6353ee898

RELEASE-NOTES-1.21

index 9c8f5ba..e2e32ab 100644 (file)
@@ -31,6 +31,8 @@ production.
 * The Job system was refactored to allow for different backing stores for queues
   as well as cross-wiki access to queues, among other things. The schema for the
   DB queue was changed to support better concurrency and reduce deadlock errors.
+* Added ApiQueryORM class to facilitate creation of query API modules based on
+  tables that have a corresponding ORMTable class.
 
 === Bug fixes in 1.21 ===
 * (bug 40353) SpecialDoubleRedirect should support interwiki redirects.