CHANGELOG.md 584 字节
Newer Older
J
Jeremy Daer 已提交
1 2
## Rails 6.0.0.alpha (Unreleased) ##

3 4 5 6 7 8 9 10
*   Add support for timezones to Active Job

    Record what was the current timezone in effect when the job was
    enqueued and then restore when the job is executed in same way
    that the current locale is recorded and restored.

    *Andrew White*

J
Jeremy Daer 已提交
11 12 13 14
*   Rails 6 requires Ruby 2.4.1 or newer.

    *Jeremy Daer*

R
Rafael Mendonça França 已提交
15 16 17
*   Add support to define custom argument serializers.

    *Evgenii Pecherkin*, *Rafael Mendonça França*
18 19


20
Please check [5-2-stable](https://github.com/rails/rails/blob/5-2-stable/activejob/CHANGELOG.md) for previous changes.