]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix release notes about deprecated WebService methods, see bug 1154099
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 15 Apr 2015 11:10:13 +0000 (13:10 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 15 Apr 2015 11:10:13 +0000 (13:10 +0200)
template/en/default/pages/release-notes.html.tmpl

index b7082a3415abf48aea1d9346cddec7af274d8391..693b8df607b25e9d297bc0f7c89db3f48d7562bd 100644 (file)
     its members.</li>
   <li><kbd>FlagType.get</kbd> has been added to get information about valid
     flag types for a given product and component.</li>
+  <li>The deprecated <kbd>B[%%]ug.get_bugs</kbd> and <kbd>B[%%]ug.get_history</kbd>
+    methods are no longer supported. They have been renamed to <kbd>B[%%]ug.get</kbd>
+    and <kbd>B[%%]ug.history</kbd> respectively.</li>
 </ul>
 
 <h2 id="code_changes">Code Changes Which May Affect Customizations and Extensions</h2>