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

Commit ec461ae2 by Sascha Depold

Add centralized logging

1 parent cd364aad
Showing with 1 additions and 0 deletions
...@@ -11,6 +11,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell ...@@ -11,6 +11,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- [BUG] Fix a case where createdAt timestamp would not be set when updatedAt was disabled Thanks to @fixe [#1543](https://github.com/sequelize/sequelize/pull/1543) - [BUG] Fix a case where createdAt timestamp would not be set when updatedAt was disabled Thanks to @fixe [#1543](https://github.com/sequelize/sequelize/pull/1543)
- [BUG] Fix a case where timestamps were not being write protected in `set` when underscored=true. janmeier [#1523](https://github.com/sequelize/sequelize/pull/1523) - [BUG] Fix a case where timestamps were not being write protected in `set` when underscored=true. janmeier [#1523](https://github.com/sequelize/sequelize/pull/1523)
- [FEATURE/BUG] Prefetching/includes now fully support schemas - [FEATURE/BUG] Prefetching/includes now fully support schemas
- [FEATURE] Logging is now using winston and can therefore be configured to use files and other things. sdepold. [#1566](https://github.com/sequelize/sequelize/pull/1566)
#### Backwards compatability changes #### Backwards compatability changes
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!