aboutsummaryrefslogtreecommitdiffstats
path: root/activejob
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-23 10:05:11 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-23 10:05:11 +0100
commit95714bb2b2e70b534ba67c7ae449a0f7bf646a04 (patch)
tree98fb8ecb213c3a3b21e73be671d613847c260895 /activejob
parent8592f60c20bc50ac5bb4d167eaf58cd4a819b0a9 (diff)
downloadrails-95714bb2b2e70b534ba67c7ae449a0f7bf646a04.tar.gz
rails-95714bb2b2e70b534ba67c7ae449a0f7bf646a04.tar.bz2
rails-95714bb2b2e70b534ba67c7ae449a0f7bf646a04.zip
release notes, extract notable changes from Active Job CHANGELOG.
[ci skip]
Diffstat (limited to 'activejob')
-rw-r--r--activejob/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index c4c49af53a..8687af5eba 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -28,7 +28,7 @@
*Jean Boussier*
-* Include I18n.locale into job serialization/deserialization and use it around
+* Include `I18n.locale` into job serialization/deserialization and use it around
`perform`.
Fixes #20799.