Skip to content

Commit

Permalink
Add a note about _.keys to the changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
braddunbar committed Feb 19, 2014
1 parent 7df1620 commit c3f86c8
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 @@ -2004,6 +2004,10 @@ <h2 id="changelog">Change Log</h2>
<li>
The <tt>_.each</tt> function now returns a reference to the list for chaining.
</li>
<li>
The <tt>_.keys</tt> function now returns an empty array for
non-objects instead of throwing.
</li>
<li>
&hellip; and more miscellaneous refactoring.
</li>
Expand Down

0 comments on commit c3f86c8

Please sign in to comment.