From ef6f54d9661edac39aceeba67d7cfc0877940a20 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Fri, 22 Oct 2010 15:46:07 +0200 Subject: [PATCH] history update --- history.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/history.txt b/history.txt index 9614922..9562cc0 100644 --- a/history.txt +++ b/history.txt @@ -8,6 +8,13 @@ * Fixing find("") issue (thanks epochwolf) * Altered protected attributes so that hash provided to #attributes= is not modified +Notes: + +* 2010-10-22 @samlown: + * ActiveModel Attribute support was added but has now been removed due to major performance issues. + Until these have been resolved (if possible?!) they should not be included. See the + 'active_model_attrs' if you'd like to test. + == CouchRest Model 1.0.0.beta8 * Major enhancements