Skip to content

Commit

Permalink
docs(Changelog): 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Aug 13, 2017
1 parent b488e08 commit a7aad85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<a name="3.1.4"></a>
## [3.1.4](https://github.com/luin/ioredis/compare/v3.1.3...v3.1.4) (2017-08-13)

We mistakenly used `Object.assign` to replace `lodash.assign` in v3.1.3, which is not supported
by the old Node.js version (0.10.x). This change was a BC change and shouldn't happen without changing
the major version, so we added `lodash.assign` back.


<a name="3.1.3"></a>
Expand Down

0 comments on commit a7aad85

Please sign in to comment.