From: Frédéric Buclin Date: Wed, 16 Dec 2015 11:19:50 +0000 (+0100) Subject: Product.get_products is no longer supported, see bug 1160394 X-Git-Tag: release-5.1.1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f49412c1225ab261707d78e1e61bbf244939b36f;p=thirdparty%2Fbugzilla.git Product.get_products is no longer supported, see bug 1160394 --- diff --git a/template/en/default/pages/release-notes.html.tmpl b/template/en/default/pages/release-notes.html.tmpl index cc8e493d5b..64983d3077 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.
  • FlagType.get has been added to get information about valid flag types for a given product and component.
  • -
  • The deprecated B[%%]ug.get_bugs and B[%%]ug.get_history - methods are no longer supported. They have been renamed to B[%%]ug.get - and B[%%]ug.history respectively.
  • +
  • The deprecated B[%%]ug.get_bugs, B[%%]ug.get_history + and Product.get_products methods are no longer supported. + They have been renamed to B[%%]ug.get, B[%%]ug.history + and Product.get respectively.
  • Code Changes Which May Affect Customizations and Extensions