-[FIXED] Nested query return correct result when quoteIdentifiers is false. (Postgres) [#6363](https://github.com/sequelize/sequelize/issues/6363)
-[FIXED] Fixed an issue where changing multiple ENUM columns in PostgreSQL could break. [#6203](https://github.com/sequelize/sequelize/issues/6203)
-[FIXED] Add `parent`, `original` and `sql` properties to `UniqueConstraintError`
## BC breaks:
- Range type bounds now default to [postgres default](https://www.postgresql.org/docs/9.5/static/rangetypes.html#RANGETYPES-CONSTRUCT)`[)` (inclusive, exclusive), previously was `()` (exclusive, exclusive)