From 6e025bb256cf0d0ea5b1f6a8c24633d6bff5cc7f Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Mon, 6 Jun 2011 01:55:08 +0200 Subject: [PATCH] Updating history --- history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/history.md b/history.md index 0841c44..b2df9f5 100644 --- a/history.md +++ b/history.md @@ -17,6 +17,7 @@ * Uniqueness Validation views created on initialization, not on demand! * #destroy freezes object instead of removing _id and _rev, better for callbacks (pointer by karmi) * #destroyed? method now available + * #reload no longer uses Hash#merge! which was causing issues with dirty tracking on casted models. (pointer by kostia) ## 1.1.0.beta5 - 2011-04-30