From f49412c1225ab261707d78e1e61bbf244939b36f Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 16 Dec 2015 12:19:50 +0100 Subject: Product.get_products is no longer supported, see bug 1160394 --- template/en/default/pages/release-notes.html.tmpl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'template') 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.
  • 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

    -- cgit v1.2.3-24-g4f1b