From: Kunal Mehta Date: Fri, 20 Nov 2015 22:47:52 +0000 (-0800) Subject: Follow up de6cbaf65298a, move release notes into 1.27 file X-Git-Tag: 1.31.0-rc.0~8920 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=7d6e3db705e23166409aa214a4e05df467ba6706;p=lhc%2Fweb%2Fwiklou.git Follow up de6cbaf65298a, move release notes into 1.27 file Change-Id: Ia14b80285dcf09bd94870e8d43950101f9196dc0 --- diff --git a/RELEASE-NOTES-1.26 b/RELEASE-NOTES-1.26 index 1c5984d2c2..869622673d 100644 --- a/RELEASE-NOTES-1.26 +++ b/RELEASE-NOTES-1.26 @@ -170,7 +170,6 @@ production. * API responses to GET requests may now include ETag and Last-Modified headers, and will honor corresponding If-None-Match and If-Modified-Since on such requests. -* (T47988) The protect log event details now use new-style formatting. === Action API internal changes in 1.26 === * New metadata item ApiResult::META_KVP_MERGE to allow for merging the KVP key diff --git a/RELEASE-NOTES-1.27 b/RELEASE-NOTES-1.27 index 39b3891a26..dd0333499e 100644 --- a/RELEASE-NOTES-1.27 +++ b/RELEASE-NOTES-1.27 @@ -106,6 +106,7 @@ production. * Added difftotextpst to query=revisions which preforms a pre-save transform on the text before diffing it. * Deprecated formats dbg, txt, and yaml have been removed. +* (T47988) The protect log event details now use new-style formatting. === Action API internal changes in 1.27 === * ApiQueryORM removed.