From f81ede2fd627c5726fefd50ff7a15249937998c2 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Thu, 24 May 2012 18:02:35 -0400 Subject: [PATCH] Update changelog with `intersect` removal. Former-commit-id: 5902c720c1403b856ac213e293619c31ea6834f5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cab94be4f..9ceba6f9e 100644 --- a/README.md +++ b/README.md @@ -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` ### v0.2.0