v5.0.0.alpha4

This commit is contained in:
Adam Meehan 2019-02-09 12:00:31 +11:00
parent f0ba09f278
commit 7233ff66dd
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
= [UNRELEASED]
* Fix DateTimeSelect extension support (AquisTech)
* 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.
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.alpha3'
VERSION = '5.0.0.alpha4'
end