Commit 8a4cfa90 authored by Frédéric Buclin's avatar Frédéric Buclin

Product.get_products is no longer supported, see bug 1160394

parent c7affd0d
......@@ -372,9 +372,10 @@
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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment