Update the 2.6 release notes
Add:
- Commit message and topic editing
- Plugin-based commit validation
Remove:
- GREP_OPTIONS fix in the commit-msg hook; this was already included
in 2.5.2
Change-Id: I300ec08735e7935fbc13b1b7aff6a4641bd38742
diff --git a/ReleaseNotes/ReleaseNotes-2.6.txt b/ReleaseNotes/ReleaseNotes-2.6.txt
index 4f9096e..4868e43 100644
--- a/ReleaseNotes/ReleaseNotes-2.6.txt
+++ b/ReleaseNotes/ReleaseNotes-2.6.txt
@@ -36,6 +36,12 @@
* `suggest.from` configures a minimum number of characters before
matches for reviewers, accounts, groups or projects are offered.
+* A change's topic can be added, removed or changed from the
+ change screen.
+
+* A change's commit message can be edited from the change screen.
+
+
Access Controls
~~~~~~~~~~~~~~~
* Remove Reviewer is a new permission.
@@ -74,6 +80,10 @@
* Plugins can now contribute JavaScript to the web UI. UI plugins can
also be written and compiled with GWT.
* New Maven archetypes for JavaScript and GWT plugins.
+* Plugins can contribute validation steps to received commits.
+* Commit message length checks are moved to the `commit-message-length-validator`
+ plugin which is included as a core plugin in the Gerrit distribution and
+ can be installed during site initialization.
EMail
~~~~~
@@ -117,8 +127,3 @@
may need to retry a change not yet merged by the first. Please note
we still do not believe this is sufficient to enable multi-master.
-Tools
-~~~~~
-* `GREP_OPTIONS` is ignored in `commit-msg` hook, to prevent errors
- when users have the value set in the environment.
-