Update changelog with intersect removal.

Former-commit-id: 5902c720c1403b856ac213e293619c31ea6834f5
This commit is contained in:
John-David Dalton
2012-05-24 18:02:35 -04:00
parent 6f7df67ded
commit f81ede2fd6

View File

@@ -148,7 +148,7 @@ git submodule update --init
* `_.functions`, `_.methods`
* `_.groupBy`
* `_.indexOf`
* `_.intersection`, `_.intersect`
* `_.intersection`
* `_.invoke`
* `_.isEmpty`
* `_.isEqual`
@@ -189,6 +189,7 @@ git submodule update --init
* Adjusted the Lo-Dash export order for r.js
* Ensured `_.groupBy` values are added to own, not inherited, properties
* Made `_.bind` follow ES5 spec to support a popular Backbone.js pattern
* Removed the alias `intersect`
* Simplified `_.bind`, `_.flatten`, `_.groupBy`, `_.max`, and `_.min`
### <sup>v0.2.0</sup>