Skip to content

Commit

Permalink
Update changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mickhansen committed Aug 27, 2014
1 parent 04a778d commit c2bcc01
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- Join tables will be no longer be paranoid (have a deletedAt timestamp added), even though other models are.
- All tables in select queries will now be aliased with the model names to be support schemas. This will affect people stuff like `where: {'table.attribute': value}

# v1.7.10
- [FEATURE] ilike support for postgres [#2122](https://github.com/sequelize/sequelize/pull/2122)
- [FEATURE] distinct option for count [#2079](https://github.com/sequelize/sequelize/pull/2079)
- [BUG] various fixes

# v1.7.9
- [BUG] fixes issue with custom primary keys and N:M join tables [#1929](https://github.com/sequelize/sequelize/pull/1923)

Expand Down

0 comments on commit c2bcc01

Please sign in to comment.