mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
add a note to the changelog
This commit is contained in:
parent
5864b9a894
commit
244446fcc5
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
* `has_and_belongs_to_many` is now transparently implemented in terms of
|
||||
`has_many :through`. Behavior should remain the same, if not, it is a bug.
|
||||
|
||||
* `create_savepoint`, `rollback_to_savepoint` and `release_savepoint` accept
|
||||
a savepoint name.
|
||||
|
||||
|
|
Loading…
Reference in a new issue