From 4a824e94cd507153c89e36d33dbc952e695f7f1f Mon Sep 17 00:00:00 2001 From: Adam Meehan Date: Wed, 6 Jun 2018 13:32:40 -1000 Subject: [PATCH] add breaking change for multiparam value format --- CHANGELOG.rdoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 3617c43..9d31284 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,6 +1,10 @@ = [UNRELEASED] * Fix DateTimeSelect extension support (AquisTech) + +Breaking Changes * Update Multiparameter extension to use ActiveRecord type classes with multiparameter handling + which stores a hash of multiparamter values as the value before type cast, no longer a mushed datetime string +* Removed all custom plugin attribute methods and method overrides in favour using ActiveModel type system = 4.0.2 [2016-01-07] * Fix undefine_generated_methods ivar guard setting to false