diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-15 13:10:13 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-15 13:10:13 +0200 |
commit | 13bd4ea98c5a4431b9b6849450e7761f6d29115a (patch) | |
tree | 384343941bd80c6abb486fb0356b79f0aef4b577 /template/en | |
parent | 056decf4bef0619259a050a41abe4d3e565e0f91 (diff) | |
download | bugzilla-13bd4ea98c5a4431b9b6849450e7761f6d29115a.tar.gz bugzilla-13bd4ea98c5a4431b9b6849450e7761f6d29115a.tar.xz |
Fix release notes about deprecated WebService methods, see bug 1154099
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/pages/release-notes.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index b7082a341..693b8df60 100644 --- a/template/en/default/pages/release-notes.html.tmpl +++ b/template/en/default/pages/release-notes.html.tmpl @@ -304,6 +304,9 @@ 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> |