1.6.4
- Fixed exception when not using MySQL or Postgres (see #335, thanks to Roland Netzsch)
- Added
create_activity!
method which raises exception on failures, much likesave!
in ActiveRecord (see #334, thanks to Jonathan) - Added support for ActiveRecord 6 by whitelisting it (see #332, thanks to Emre Demir)
- Added frozen_string_literal pragma to Ruby files for better performance (see #329, thanks to Krzysztof Rybka)