Start release notes for 2.14.3 Change-Id: Ibc326b91cc39bb46bc20ac5e974c9404d2ba8158
diff --git a/releases/2.14.md b/releases/2.14.md index a622c5c..f84066d 100644 --- a/releases/2.14.md +++ b/releases/2.14.md
@@ -279,6 +279,31 @@ ## Bugfix Releases +### 2.14.3 *(In development)* {#2.14.3} + +* [Issue 6745](https://bugs.chromium.org/p/gerrit/issues/detail?id=6745): +Emit an event to the event stream when a vote is removed from a change. + + When a reviewer was removed from a change, an event was emited to the + event stream, but when only a vote was removed (leaving the reviewer + on the change), no event was emitted + +* Add user who removed reviewer into event that is emitted when a + reviewer is removed from a change. + +* Align group reference from plugin with core group reference. + +* Fix `PluginConfig.setGroupReference` method. + + When the group reference was a new one, i.e. not already in the groups + file, it was not added to the groups file when saving the project + config. + +* Fix support for plugin group reference with inheritance. + + Group reference was not working when inherited from parent project + config. + ### 2.14.2 {#2.14.2} * [Issue 6472](https://bugs.chromium.org/p/gerrit/issues/detail?id=6472):