From ee45e7c5c4735601f25aa96a2075137f02572351 Mon Sep 17 00:00:00 2001 From: Jonas Nicklas Date: Tue, 30 Oct 2012 15:31:15 +0100 Subject: [PATCH] Document fixed race conditions --- History.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/History.txt b/History.txt index 81730d93..21c08658 100644 --- a/History.txt +++ b/History.txt @@ -26,6 +26,7 @@ * Arguments are cast to string where necessary, so that e.g. `click_link(:foo)` works as expected. [Jonas Nicklas] * `:count => 0` now works as expected [Jarl Friis] +* Fixed race conditions on negative assertions when removing nodes [Jonas Nicklas] # Version 2.0.0.beta2