From 64e34ee2e8aa0500f7604888f3aae87ee3bcc47d Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Wed, 16 Jun 2010 22:15:39 +0200 Subject: [PATCH] adding missing history entry --- history.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/history.txt b/history.txt index 52ab839..4214618 100644 --- a/history.txt +++ b/history.txt @@ -10,6 +10,7 @@ * Added 'find_by_*' alias for finding first item in view with matching key. * Fixed issue with active_support in Rails3 and text in README for JSON. * Refactoring of properties, added read_attribute and write_attribute methods. + * Now possible to send anything to update_attribtues method. Invalid or readonly attributes will be ignored. * Major enhancements * Added support for anonymous CastedModels defined in Documents