aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2019-01-16 19:02:23 -0500
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2019-01-17 01:08:15 -0500
commit66cc0e768fb092dbcd12feb3387c2a22e4cbeb37 (patch)
treebb5096dacb183103c5b12eec8d94e2ec5f442379 /railties/CHANGELOG.md
parent90536ebfb3f0ca6971bc3ea4e43f20b8e977539b (diff)
downloadrails-66cc0e768fb092dbcd12feb3387c2a22e4cbeb37.tar.gz
rails-66cc0e768fb092dbcd12feb3387c2a22e4cbeb37.tar.bz2
rails-66cc0e768fb092dbcd12feb3387c2a22e4cbeb37.zip
Seed database with inline ActiveJob job adapter
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 9c7e958b7c..1d37707c62 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Seed database with inline ActiveJob job adapter.
+
+ *Gannon McGibbon*
+
* Add `rails db:system:change` command for changing databases.
```