Add NEWS for #511

This commit is contained in:
Elliot Winkler 2014-07-21 00:10:03 -06:00
parent 48f45e814a
commit 7e1452977c
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# HEAD
### Improvements
* `have_and_belongs_to_many` now checks to make sure that the join table
contains the correct columns for the left- and right-hand side of the
association.
# 2.6.2
### Bug fixes