Skip to content

Commit

Permalink
Add pg-hstore notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed Jan 21, 2015
1 parent 4093cd6 commit d613c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#### Backwards compatability changes
- `instance.update()` using default fields will now automatically also save and validate values provided via `beforeUpdate` hooks
- Sequelize no longer supports case insensitive mysql enums
- `pg-hstore` has been moved to a devDependency, Postgres users will have to install `pg-hstore` manually alongside `pg`: `$ npm install pg pg-hstore`

# 2.0.0-rc6
- [BUG] Fixed issue with including by association reference and where
Expand Down

0 comments on commit d613c5f

Please sign in to comment.