Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yacine Petitprez committed Aug 4, 2018
1 parent a244370 commit d525455
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- Finalization of CLI !
- Add `Clear.seed(&block)`
`Clear.seed` goes in pair with `bin/clear migrate seed` which will call the seed blocks.
- Add possibility to use has_many through without having to declare the model doing the relation
For example, if A belongs to B, B belongs to C, then A has_many C through B. You can
perform this now without declaring any class for B; see the guide about relations for
more informations.

## Bug fixes
- Fix #23 bug with `has_many through:` and select
- Add support for `DISTINCT ON` feature.

## Breaking changes
- `Model#save` on read only model do not throw exception anymore but return false (save! still throw error)
Expand Down

0 comments on commit d525455

Please sign in to comment.