mirror of
https://github.com/ditkrg/validates_timeliness.git
synced 2026-01-22 22:06:45 +00:00
v3.0.13
This commit is contained in:
parent
091e7ecfa0
commit
8c698be4c4
@ -1,3 +1,7 @@
|
||||
= 3.0.13 [2012-08-21]
|
||||
* Fix ActiveRecord issues with using plugin parser by using old way of caching values.
|
||||
* Allow any ActiveRecord non-column attribute to be validated
|
||||
|
||||
= 3.0.12 [2012-06-23]
|
||||
* Fix load order issue when relying on Railtie to load ActiveRecord extension
|
||||
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module ValidatesTimeliness
|
||||
VERSION = '3.0.12'
|
||||
VERSION = '3.0.13'
|
||||
end
|
||||
|
||||
Loading…
Reference in New Issue
Block a user