From 49c60b6b757494681d206fee7a064f234638646e Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 18 Nov 2012 01:22:56 -0800 Subject: [PATCH] Add link to ES6 draft spec for `Object.assign` and add more notes to the v0.10.0 changelog to README.md. Former-commit-id: c0f5d00e506f6b4a03d0844e7cc8379d462f9fff --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 853e42925..d40483477 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ require({ #### Compatibility Warnings #### - * Aligned `_.defaults` and `_.extend` with ES6 `Object.assign` + * Aligned `_.defaults` and `_.extend` with ES6 [Object.assign](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-15.2.3.15) * Renamed `_.lateBind` to `_.bindKey` #### Changes #### @@ -241,7 +241,7 @@ require({ * Ensured `_defaults`, `_.extends`, and `_.merge` works with `_.reduce` * Made Lo-Dash’s `npm` package installation work with more system configurations * Made `_.extend` an alias of `_.assign` - * Optimized `_.contains` and `_.filter` + * Optimized `_.contains`, `_.defaults`, `_.extend`, and `_.filter` * Restricted `_.where` to iterate only own properties of the `source` object * Updated `backbone` build Lo-Dash method dependencies