Skip to content

Commit

Permalink
1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdepold committed Apr 16, 2014
1 parent 1c41275 commit 4d7c9ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ 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.2
- [BUG] fixes transactions support for 1-to-1 association setters.

# v1.7.1
- [BUG] fixes issue where relations would not use transactions probably in adders/setters.

Expand Down

0 comments on commit 4d7c9ca

Please sign in to comment.