From ada0f08ef1ddb49c8552a24ba5cea249584ed2fd Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Thu, 22 Jan 2015 10:45:16 +0000 Subject: [PATCH] Update 2.10 release notes Change-Id: I6c084fc4834ab3e5665c59cb97c15e4b735e0f7e --- ReleaseNotes/ReleaseNotes-2.10.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReleaseNotes/ReleaseNotes-2.10.txt b/ReleaseNotes/ReleaseNotes-2.10.txt index f8a549e631..0ff5661490 100644 --- a/ReleaseNotes/ReleaseNotes-2.10.txt +++ b/ReleaseNotes/ReleaseNotes-2.10.txt @@ -663,6 +663,9 @@ General ^^^^^^^ +* link:https://code.google.com/p/gerrit/issues/detail?id=2895[Issue 2895]: +Fix reload of plugins that use DynamicItem. + * Invoke `StartPluginListener` and `ReloadPluginListener` only after start/reload is fully done.