Fix release notes about deprecated WebService methods, see bug 1154099

git-svn-id: svn://10.0.0.236/trunk@265936 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-04-15 11:30:50 +00:00
parent 94c32fe433
commit 785e422c18
3 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
9386 9387

View File

@ -1 +1 @@
056decf4bef0619259a050a41abe4d3e565e0f91 13bd4ea98c5a4431b9b6849450e7761f6d29115a

View File

@ -304,6 +304,9 @@
its members.</li> its members.</li>
<li><kbd>FlagType.get</kbd> has been added to get information about valid <li><kbd>FlagType.get</kbd> has been added to get information about valid
flag types for a given product and component.</li> 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> </ul>
<h2 id="code_changes">Code Changes Which May Affect Customizations and Extensions</h2> <h2 id="code_changes">Code Changes Which May Affect Customizations and Extensions</h2>