1
0
Fork 0
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:
Aaron Patterson 2013-10-02 16:06:59 -07:00
parent 5864b9a894
commit 244446fcc5

View file

@ -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.