From 9419622c13456671a49f65c797c5d0f39def9df6 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Fri, 22 Oct 2010 15:42:48 +0200 Subject: [PATCH] updating history --- history.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 1b25d35..9614922 100644 --- a/history.txt +++ b/history.txt @@ -1,12 +1,12 @@ == Next Version * Major enhancements - * IMPORTANT: Model's class name key changed from 'couchrest-type' to 'model' * Support for configuration module and "model_type_key" option for overriding model's type key * Added "mass_assign_any_attribute" configuration option to allow setting anything via the attribute= method. * Minor enhancements * Fixing find("") issue (thanks epochwolf) + * Altered protected attributes so that hash provided to #attributes= is not modified == CouchRest Model 1.0.0.beta8