Merge "Add release notes for protect log changes"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 28 Sep 2015 19:52:28 +0000 (19:52 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 28 Sep 2015 19:52:28 +0000 (19:52 +0000)
1  2 
RELEASE-NOTES-1.26

diff --combined RELEASE-NOTES-1.26
@@@ -151,6 -151,7 +151,7 @@@ 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
@@@ -237,10 -238,6 +238,10 @@@ changes to languages because of Phabric
    by &nbsp; and HTML entity encodings of &nbsp, <, and >.
  * DatabaseBase::resultObject() is now protected (use outside Database classes
    not necessary since 1.11).
 +* Calling ResourceLoaderFileModule::readStyleFiles() without a
 +  ResourceLoaderContext instance is deprecated.
 +* ResourceLoader::getLessCompiler() now takes an optional parameter of
 +  additional LESS variables to set for the compiler.
  
  == Compatibility ==