This commit is contained in:
Adam Meehan 2012-08-21 10:56:46 +10:00
parent 091e7ecfa0
commit 8c698be4c4
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.12'
VERSION = '3.0.13'
end