diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-02-16 14:40:34 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2019-02-16 14:40:34 +0900 |
commit | 850e6aaad9c276d1b84708448221eb3becf0b917 (patch) | |
tree | 1dac57abd80b4b4c81d5179a6bf34911ba9ab2de | |
parent | b35339184671ef5ee6ec6f4b09f47ea81118079a (diff) | |
download | rails-850e6aaad9c276d1b84708448221eb3becf0b917.tar.gz rails-850e6aaad9c276d1b84708448221eb3becf0b917.tar.bz2 rails-850e6aaad9c276d1b84708448221eb3becf0b917.zip |
Add changelog entry for #35212
[ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 7ff4c743c6..8d8aa89368 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* SQLite3: Implement `add_foreign_key` and `remove_foreign_key`. + + *Ryuta Kamizono* + * Deprecate using class level querying methods if the receiver scope regarded as leaked. Use `klass.unscoped` to avoid the leaking scope. |