From 32b302314e894997db3287ccfa18f8ab0a662220 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 7 Aug 2012 08:20:00 -0700 Subject: [PATCH] Add doc links to the change log entry in README.md. Former-commit-id: 3c6c79de33331f14af2d5d2c64d1286c67bfb774 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4806548de..949dd8933 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ require({ ### v0.5.0-rc.1 - * Added `_.countBy`, `_.drop`, `_.merge`, and `_.where` + * Added [_.countBy](https://github.com/bestiejs/lodash/tree/master/doc#_countbycollection-callback--thisarg), [_.drop](https://github.com/bestiejs/lodash/tree/master/doc#_dropobject--prop1-prop2-), [_.merge](https://github.com/bestiejs/lodash/tree/master/doc#_mergeobject--source1-source2--indicator), and [_.where](https://github.com/bestiejs/lodash/tree/master/doc#_wherecollection-properties) * Added `csp` *(Content Security Policy)* and `underscore` build options * Added `deep` cloning support to `_.clone` * Added support for exiting `_.forEach`, `_.forIn`, and `_.forOwn` early by returning `false` in the `callback`