From 4e19fdfddaf462529d0f43bf807060f53dc448b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Tapaj=C3=B3s?= Date: Mon, 30 May 2011 22:00:56 -0300 Subject: [PATCH] History update --- history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/history.md b/history.md index 24d0bd3..02a0a00 100644 --- a/history.md +++ b/history.md @@ -5,6 +5,7 @@ * New Features * Properties with a nil value are now no longer sent to the database. * Now possible to build new objects via CastedArray#build + * Implement #get! and #find! class methods * Minor fixes * #as_json now correctly uses ActiveSupports methods.