From 6521cf0318e7f2e971244c9e5c2a628dcb44c9e6 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Tue, 3 Aug 2010 15:14:30 +1000 Subject: [PATCH] changelog --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index be18214..f4e1b5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,9 @@ e.g. conf.extend_classes = [ ActiveRecord::Base ] - Changed :between option so it is split into :on_or_after and :on_or_before option values. The error message for either failing check will be used instead of a between error message. - Provides :timeliness option key for validates class method. Be sure to pass :type option as well e.g. :type => :date. +- Allows validation methods to be called on record instances as per ActiveModel API +- Performs raw value caching (before_type_cast) on validated attributes only. It used to be all date, time and datetime attributes. + = 2.3.1 [2010-03-19] - Fixed bug where custom attribute writer method for date/times were being overriden