Update CHANGELOG

This commit is contained in:
Damir Zekić 2022-03-21 13:39:02 +01:00
parent 637616153c
commit c7b4a8b4ba
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
* Update `ActiveJob::QueueAdapters::QueAdapter` te remove deprecation warning
Remove a deprecation warning introduced in que 1.2 to prepare for changes in
que 2.0 necessary for Ruby 3 compatibility.
*Damir Zekic* and *Adis Hasovic*
* Add missing `bigdecimal` require in `ActiveJob::Arguments`
Could cause `uninitialized constant ActiveJob::Arguments::BigDecimal (NameError)`