不要怂,就是干,撸起袖子干!

Commit 8789a668 by Mick Hansen

release(2.0.2)

1 parent 31b9c0ba
Showing with 2 additions and 2 deletions
# Next
# 2.0.2
- [BUG] Fixed regression with `DataTypes.ARRAY(DataTypes.STRING(length))` [#3106](https://github.com/sequelize/sequelize/issues/3106)
- [BUG] Fixed regression where `.or([{key: value}, {key: value, key2: value}])` would result in 3 `A OR B OR C` rather than `A OR (B AND C)` [#3107](https://github.com/sequelize/sequelize/issues/3107)
- [BUG] Fixed regression with `DataTypes.DECIMAL(10)` resulting in `10, undefined` [#3119](https://github.com/sequelize/sequelize/issues/3119)
......
{
"name": "sequelize",
"description": "Multi dialect ORM for Node.JS",
"version": "2.0.1",
"version": "2.0.2",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!