diff --git a/index.html b/index.html
index b1f381c7b..d6cddd49a 100644
--- a/index.html
+++ b/index.html
@@ -1346,11 +1346,14 @@ _([1, 2, 3]).value();
— Oct. 5, 2011
-
- Underscore templates now support HTML escaping interpolations, using
- <%- ... %> syntax. The _.isEqual function now
+ The _.isEqual function now
supports true deep equality comparisons, with checks for cyclic structures,
thanks to Kit Cambridge.
+ -
+ Underscore templates now support HTML escaping interpolations, using
+ <%- ... %> syntax.
+
-
Ryan Tenney contributed _.shuffle, which uses a modified
Fisher-Yates to give you a shuffled copy of an array.