From 2963853cefebca80419ba985b63812876bb529df Mon Sep 17 00:00:00 2001 From: Daisuke Maki Date: Tue, 14 Oct 2014 18:16:33 +0900 Subject: [PATCH] Update changes to describe the fix --- Changes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Changes b/Changes index 9ffbadf..b5af601 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,16 @@ Changes ======= +v0.2.11 + Miscellaneous + * Massive refactoring to avoid possible race conditions. Note that I am + not aware of any breakage caused by previous builds of peco. Even + without these changes you most likely did not see a race or it was + something you could totally ignore by simply redrawing the page. + However, since I was in the mood, and since go is awesome for providing + us the `-race` switch, I decided to silence these warnings. + + v0.2.10 - 24 Sep 2014 Bugs/Fixes * There was a race condition in the way status messages were cleared,