aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2013-10-02 16:06:59 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2013-10-02 16:06:59 -0700
commit244446fcc52127274d5ad38986bf585c89ba82a5 (patch)
tree645708198e49a14c0fdbbfcb52f11be72b86acee /activerecord/CHANGELOG.md
parent5864b9a894a784aea3500d7b72ab78b6f23c6fe9 (diff)
downloadrails-244446fcc52127274d5ad38986bf585c89ba82a5.tar.gz
rails-244446fcc52127274d5ad38986bf585c89ba82a5.tar.bz2
rails-244446fcc52127274d5ad38986bf585c89ba82a5.zip
add a note to the changelog
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 08803f823c..8ee38fc92a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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.