diff --git a/docs/releasenotes.html b/docs/releasenotes.html index cae0d46f6..2c207796e 100644 --- a/docs/releasenotes.html +++ b/docs/releasenotes.html @@ -139,6 +139,7 @@
  • Added property to HiddenFieldCheck to ignore the parameter of property setter methods (request 790456).
  • +
  • Added DescendantToken check (request 755021).
  • @@ -201,6 +202,7 @@
  • Removed finder restrictions of LocalHomeInterfaceCheck and RemoteHomeInterfaceCheck (bug 791591)
  • +
  • Fixed NoSuchMethodError when line wrapped at dot operator (bugid 790209)