aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJeremy Weathers <jeremy@codekindly.com>2019-04-02 16:21:57 -0500
committerJeremy Weathers <jeremy@codekindly.com>2019-04-19 10:57:42 -0500
commitb08daf48dac4e98076a6eaad5cddc8405ec91af9 (patch)
tree93a30ee15925bcbd83abe90e4ce9ba6175e8807a /railties/CHANGELOG.md
parent1a5381ff0cf04af68a50bd04f265b9b8199e37b4 (diff)
downloadrails-b08daf48dac4e98076a6eaad5cddc8405ec91af9.tar.gz
rails-b08daf48dac4e98076a6eaad5cddc8405ec91af9.tar.bz2
rails-b08daf48dac4e98076a6eaad5cddc8405ec91af9.zip
[#35782] Allow loading seeds without ActiveJob (~> 5.2.3)
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 78a94f7c28..e5f9e37c33 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Allow loading seeds without ActiveJob.
+
+ Fixes #35782
+
+ *Jeremy Weathers*
+
* `null: false` is set in the migrations by default for column pointed by
`belongs_to` / `references` association generated by model generator.