From: jeroendedauw Date: Tue, 16 Oct 2012 18:00:15 +0000 (+0200) Subject: Release note for ApiQueryORM class X-Git-Tag: 1.31.0-rc.0~21948 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=825c35ee2ff2735e23f80a6733707a2ed71311e8;p=lhc%2Fweb%2Fwiklou.git Release note for ApiQueryORM class The class let you facilitate the creation of query API modules. Change-Id: I30485076edd59edf02b90fc394a710c6353ee898 --- diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21 index 9c8f5baaf7..e2e32ab6b3 100644 --- a/RELEASE-NOTES-1.21 +++ b/RELEASE-NOTES-1.21 @@ -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.