summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-12-16 12:19:50 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-12-16 12:19:50 +0100
commitf49412c1225ab261707d78e1e61bbf244939b36f (patch)
treedb27d82e6cbd6769b82ef61bb5a074f572a61f37 /template
parent76ecb18fcac37ce40f5f4a00bc8215e8b0480ecb (diff)
downloadbugzilla-f49412c1225ab261707d78e1e61bbf244939b36f.tar.gz
bugzilla-f49412c1225ab261707d78e1e61bbf244939b36f.tar.xz
Product.get_products is no longer supported, see bug 1160394
Diffstat (limited to 'template')
-rw-r--r--template/en/default/pages/release-notes.html.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl
index cc8e493d5..64983d307 100644
--- a/template/en/default/pages/release-notes.html.tmpl
+++ b/template/en/default/pages/release-notes.html.tmpl
@@ -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>