aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-02-16 14:40:34 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-02-16 14:40:34 +0900
commit850e6aaad9c276d1b84708448221eb3becf0b917 (patch)
tree1dac57abd80b4b4c81d5179a6bf34911ba9ab2de /activerecord
parentb35339184671ef5ee6ec6f4b09f47ea81118079a (diff)
downloadrails-850e6aaad9c276d1b84708448221eb3becf0b917.tar.gz
rails-850e6aaad9c276d1b84708448221eb3becf0b917.tar.bz2
rails-850e6aaad9c276d1b84708448221eb3becf0b917.zip
Add changelog entry for #35212
[ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
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.