]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Product.get_products is no longer supported, see bug 1160394
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 Dec 2015 11:19:50 +0000 (12:19 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 16 Dec 2015 11:19:50 +0000 (12:19 +0100)
template/en/default/pages/release-notes.html.tmpl

index cc8e493d5bccf62fd74d96631ce4188815dd71b7..64983d3077e6b07527f72710852fdf56ea46d44c 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>
+  <li>The deprecated <kbd>B[%%]ug.get_bugs</kbd>, <kbd>B[%%]ug.get_history</kbd>
+    and <kbd>Product.get_products</kbd> methods are no longer supported.
+    They have been renamed to <kbd>B[%%]ug.get</kbd>, <kbd>B[%%]ug.history</kbd>
+    and <kbd>Product.get</kbd> respectively.</li>
 </ul>
 
 <h2 id="code_changes">Code Changes Which May Affect Customizations and Extensions</h2>