From 7f4d7b38d7ee66542fdc8d0d984a8bd39c08ec96 Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Sat, 6 Jun 2009 16:56:14 +1000 Subject: [PATCH] update changelog --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index cc87878..b92bf94 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ += github/master +- Dramatically simplified ActiveRecord monkey patching and hackery + - Removed read_attribute override, which was a bit brutal + - Removed attribute reader method override + - Removed dirty attribute handling, now just uses regular AR way +- Added ambiguous year threshold setting in Formats class to customize the threshold for 2 digit years (See README) + = 2.0.0 [2009-04-12] - Error value formats are now specified in the i18n locale file instead of updating plugin hash. See OTHER CUSTOMISATION section in README. - Date/time select helper extension is disabled by default. To enable see DISPLAY INVALID VALUES IN DATE HELPERS section in README to enable.