Add _.memoize note to readme. [ci skip]

Former-commit-id: 769b9a03b0e2873e86acefcbc31c43f7179a9d54
This commit is contained in:
John-David Dalton
2013-08-15 22:49:16 -07:00
parent 161012b0a7
commit 96605766bb

View File

@@ -40,6 +40,7 @@ For a list of upcoming features, check out our [roadmap](https://github.com/best
* [_.forIn](http://lodash.com/docs#forIn) for iterating own & inherited properties
* [_.forOwn](http://lodash.com/docs#forOwn) for iterating own properties
* [_.isPlainObject](http://lodash.com/docs#isPlainObject) for checking if values are created by `Object`
* [_.memoize](http://lodash.com/docs#memoize) exposes the `cache` of memoized functions
* [_.merge](http://lodash.com/docs#merge) for a deep [_.extend](http://lodash.com/docs#extend)
* [_.parseInt](http://lodash.com/docs#parseInt) for consistent behavior
* [_.partialRight](http://lodash.com/docs#partialRight) for [partial application](http://lodash.com/docs#partial) from the right