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

Commit df85321a by sdepold

improved english ^^

1 parent 6354c136
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# v1.4.0 # # v1.4.0 #
- [BUG] fixed booleans in sqlite (thanks to alexstrat) - [BUG] fixed booleans in sqlite (thanks to alexstrat)
- [BUG] fixed forced sync of many-to-many associations (thanks to SirUli) - [BUG] fixed forced sync of many-to-many associations (thanks to SirUli)
- [FEATURE] objects are now compatible JSON.stringify. (thanks to grayt0r) - [FEATURE] objects are now compatible to JSON.stringify. (thanks to grayt0r)
- [FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins) - [FEATURE] When instantiating the sequelize object, you can now pass a function to logging. This allows you to customize the logging behavior. Default is now: console.log (thanks to kenperkins)
- [BUG] The default logging is still console.log but is wrapped after initialization as it crashes node < 0.6.x. - [BUG] The default logging is still console.log but is wrapped after initialization as it crashes node < 0.6.x.
- [FEATURE] postgresql support. (thanks to swoodtke) - [FEATURE] postgresql support. (thanks to swoodtke)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!