From fa15f8015de3a10b22726fe0ea68c8f5a41858e5 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 1 Oct 2013 11:28:57 +0100 Subject: [PATCH] Fixed bug in LinkedList#remove that could cause first to point to a dead node --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3dc074e..55ad72c6 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Version 1.0.7 (in progress in the dev branch) * Removed the callbackContext parameter from Group.callAll because it's no longer needed. * Updated Group.forEach, forEachAlive and forEachDead so you can now pass as many parameters as you want, which will all be given to the callback after the child. * Updated build script so it can be run from the command-line and includes UMD wrappers (thanks iaincarsberg) - +* Fixed bug in LinkedList#remove that could cause first to point to a dead node (thanks onedayitwillmake) * TODO: addMarker hh:mm:ss:ms