Skip to content

Commit

Permalink
Fix a typo. (#1534)
Browse files Browse the repository at this point in the history
I can't be sure what the intended meaning was:
...the same as the new...

or 

...close to the same as the new...
  • Loading branch information
acinader authored and benjamingr committed Jun 20, 2018
1 parent b06106a commit 49da1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/new-in-bluebird-3.md
Expand Up @@ -61,4 +61,4 @@ Warnings have been added to report usages which are very likely to be programmer

##3.0.1 update

Note that the 3.0.1 update is strictly speaking backward-incompatible with 3.0.0. Version 3.0.0 changed the previous behavior of the `.each` method and made it work more same as the new `.mapSeries` - 3.0.1 unrolls this change by reverting to the `.tap`-like behavior found in 2.x However, this would only affect users who updated to 3.0.0 during the short time that it wasn't deprecated and started relying on the new `.each` behavior. This seems unlikely, and therefore the major version was not changed.
Note that the 3.0.1 update is strictly speaking backward-incompatible with 3.0.0. Version 3.0.0 changed the previous behavior of the `.each` method and made it work the same as the new `.mapSeries` - 3.0.1 unrolls this change by reverting to the `.tap`-like behavior found in 2.x However, this would only affect users who updated to 3.0.0 during the short time that it wasn't deprecated and started relying on the new `.each` behavior. This seems unlikely, and therefore the major version was not changed.

0 comments on commit 49da1ac

Please sign in to comment.