From 98772ae98a4685d6a69a77a50d30bd2118cc3aad Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Thu, 9 Jun 2011 01:52:29 +0200 Subject: [PATCH] Updating history --- history.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/history.md b/history.md index 99cf842..8c457e9 100644 --- a/history.md +++ b/history.md @@ -1,6 +1,12 @@ # CouchRest Model Change History -## 1.1.0.rc - 2011-06-08 +## 1.1.0 - 2011-06-XX + +* Minor Fixes + * Validation callbacks now support context (thanks kostia) + * Document comparisons now performed using database and document ID (pointer by neocsr) + +## 1.1.0.rc1 - 2011-06-08 * New Features * Properties with a nil value are now no longer sent to the database.