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

Commit 16d7d8a3 by Mick Hansen

update changelog

1 parent 212734e9
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@
- [FEATURE] Now possible to pass `createdAt` and `updatedAt` values to `Model.create`/`Model.bulkCreate` when using silent: true (when importing datasets with existing timestamps)
- [FEATURE] `instance.update()` using default fields will now automatically also save values provided via `beforeUpdate` hooks
- [BUG] Fixed bad SQL when updating a JSON attribute with a different `field`
- [BUG] Fixed issue with creating and updating values of a `DataTypes.ARRAY(DataTypes.JSON)` attribute
#### Backwards compatability changes
- `instance.update()` using default fields will now automatically also save values provided via `beforeUpdate` hooks
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!