Skip to content

Commit

Permalink
Include jashkenas#2848 in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Aug 1, 2020
1 parent 4df4b7f commit 4e1cb4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2541,6 +2541,12 @@ <h2 id="changelog">Change Log</h2>
<tt>_.bindAll</tt> to return <tt>undefined</tt> instead of the
bound object.
</li>
<li>
Adds notes to the documentation to emphasize that
Underscore&rsquo;s order-sensitive functions use the builtin
<tt>&lt;</tt> operator, which requires that the operands can be
meaningfully coerced to string or number.
</li>
<li>
Adds a clarification to the documentation that <tt>_.isEmpty</tt>
is meant to be called with a collection and is unfit for validating
Expand Down

0 comments on commit 4e1cb4a

Please sign in to comment.