@@ -51,7 +51,7 @@ A very basic roadmap. Chances aren't too bad, that not mentioned things are impl
- Transactions
- Support for update of tables without primary key
- MariaDB support
-Support for update and delete calls for whole tables without previous loading of instances
-~~Support for update and delete calls for whole tables without previous loading of instances~~ Implemented in [#569](https://github.com/sequelize/sequelize/pull/569) thanks to @optiltude
- Eager loading of nested associations [#388](https://github.com/sdepold/sequelize/issues/388#issuecomment-12019099)
- Model#delete
- Validate a model before it gets saved. (Move validation of enum attribute value to validate method)