aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/CHANGELOG.md
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
committereileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
commit099ddfdefd44fda11d0f6a72f934f8a0ee83141b (patch)
tree849a3fbdac70da10a415a25ae40ae76644057a0e /activejob/CHANGELOG.md
parentcbf827bc9c6592d3bdf117710a13dc57fc512e60 (diff)
downloadrails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.gz
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.bz2
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.zip
Add CHANGELOG headers for Rails 5.0.0.beta1
Diffstat (limited to 'activejob/CHANGELOG.md')
-rw-r--r--activejob/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activejob/CHANGELOG.md b/activejob/CHANGELOG.md
index 79235019fe..2caa073f68 100644
--- a/activejob/CHANGELOG.md
+++ b/activejob/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 5.0.0.beta1 (December 18, 2015) ##
+
+* No changes.
+
+
* Fixed serializing `:at` option for `assert_enqueued_with`
and `assert_performed_with`.