Cleanup CONTRIBUTING.md and README.md.

Former-commit-id: f0dca3ffc6a23128a877ae4d7d7f409d2e6adb69
This commit is contained in:
John-David Dalton
2012-12-09 22:36:19 -08:00
parent 069fc1f97b
commit 4e7b71db1d
2 changed files with 17 additions and 11 deletions

View File

@@ -238,21 +238,21 @@ require({
## Release Notes
### <sup>v1.0.0-rc.2</sup> ###
### <sup>v1.0.0-rc.2</sup>
* Specified more method chaining behaviors
* Updated `underscore` build compatibility to v1.4.3
### <sup>v1.0.0-rc.1</sup> ###
### <sup>v1.0.0-rc.1</sup>
#### Compatibility Warnings ####
#### Compatibility Warnings
* Made `_(…)` chain automatically without needing to call `_#chain`
* Made `_.isEqual` equate `arguments` objects to similar `Object` objects
* Made `_.clone` copy the enumerable properties of `arguments` objects and objects<br>
created by constructors other than `Object` are cloned to plain `Object` objects
#### Changes ####
#### Changes
* Ensure Lo-Dash runs in the JS engine embedded in Adobe products
* Ensured `_.reduce` and `_.reduceRight` pass the correct number of `callback` arguments