Skip to content

Commit

Permalink
v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
adzap committed Sep 21, 2011
1 parent 86b7bc4 commit e44e9d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
= 3.0.7 [2011-09-21]
* Fix ActiveRecord before_type_cast extension for non-dirty attributes.
* Don't override AR before_type_cast for >= 3.1.0 which now has it's own implementation for date/time attributes.
* Fix DateTimeSelect extension to convert params to integers (#45)
* Add #change method to DateTimeSelect extension (@trusche, #45)
* Cleanup Mongoid shim.

= 3.0.6 [2011-05-09]
* Fix for AR type conversion for date columns when using plugin parser.
* Add timeliness_type_cast_code for ORM specific type casting after parsing.
Expand Down
2 changes: 1 addition & 1 deletion lib/validates_timeliness/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ValidatesTimeliness
VERSION = '3.0.6'
VERSION = '3.0.7'
end

0 comments on commit e44e9d2

Please sign in to comment.