Mention hooks plugin update in 2.15 release notes

Change-Id: Idecc7123496789068dcbb30fe9cd8ff9cda77ba9
diff --git a/releases/2.15.md b/releases/2.15.md
index 7f9384b..c2c5683 100644
--- a/releases/2.15.md
+++ b/releases/2.15.md
@@ -322,6 +322,21 @@
   `gerrit+ssh://` as the protocol name followed by the hostname of another
   Gerrit server.
 
+### Hooks plugin
+
+* Username parameters are added to hook invocations.
+
+  When an account parameter is passed to a hook, it gets formatted as
+  `Name (Email)` or just `Name` when the account does not have an email
+  address. If the account's name is not set, the name is "Anonymous
+  Coward". From this information it is not easy for a hook to get the
+  account's username.
+
+  All hooks that take an account parameter now automatically also get a
+  corresponding username parameter. For example if the hooks takes the
+  parameter `--change-owner Name (Email)` it will automatically also get
+  the parameter `--change-owner-username username`
+
 ## Dependency Updates
 
 * Update Apache Commons Codec to 1.10