Skip to content

Commit

Permalink
adding line about removing _.map(null, ...) and friends to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Sep 28, 2012
1 parent 340232f commit 3fd549e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,10 @@ <h2 id="changelog">Change Log</h2>
Interpolation in templates now represents <tt>null</tt> and
<tt>undefined</tt> as the empty string.
</li>
<li>
Underscore iteration functions no longer accept <tt>null</tt> values
as a no-op argument. You'll get an early error instead.
</li>
<li>
A number of edge-cases fixes and tweaks, which you can spot in the
<a href="https://github.com/documentcloud/underscore/compare/1.3.3...1.4.0">diff</a>.
Expand Down

0 comments on commit 3fd549e

Please sign in to comment.