From a4254be8eb91cba53f1eabdaea177da6dd123487 Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Wed, 22 Jul 2009 16:06:24 -0700 Subject: [PATCH] updated history.txt --- history.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 1001d21..52468a0 100644 --- a/history.txt +++ b/history.txt @@ -17,8 +17,14 @@ you will need to make the following modifications. == 0.32 -* Minor enhancements +* Major enhancements + + * ExtendedDocument.get doesn't raise an exception anymore. If no documents are found nil is returned. + * ExtendedDocument.get! works the say #get used to work and will raise an exception if a document isn't found. +* Minor enhancements + + * Bug fix: Model.all(:keys => [1,2]) was not working (Matt Aimonetti) * Added ValidationErrors#count in order to play nicely with Rails (Peter Wagenet) * Bug fix: class proxy design doc refresh (Daniel Kirsh) * Bug fix: the count method on the proxy collection was missing (Daniel Kirsch)