v5.0.0.alpha5

This commit is contained in:
Adam Meehan 2019-08-08 10:34:27 +10:00
parent 00d038bc6f
commit 3835b2b161
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
* Relaxed Timeliness dependency version which allows for >= 0.4.0 with
threadsafety fix for use_us_formats and use_euro_formats for hot switching
in a request.
* Add initializer to ensure Timeliness v0.4+ ambiguous date config is set
correctly when using `use_euro_formats` or `remove_use_formats'.
Breaking Changes
* Update Multiparameter extension to use ActiveRecord type classes with multiparameter handling

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '5.0.0.alpha4'
VERSION = '5.0.0.alpha5'
end