From 68ef916f4deef8a84317e190664781cc820283f8 Mon Sep 17 00:00:00 2001 From: Will Leinweber Date: Tue, 16 Mar 2010 16:10:25 -0500 Subject: [PATCH] update history --- history.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/history.txt b/history.txt index 1830c7c..b097d51 100644 --- a/history.txt +++ b/history.txt @@ -3,6 +3,8 @@ * Major enhancements * Adds support for continuous replication (sauy7) * Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber) + * Added a search method to CouchRest:Database to search the documents in a + given database. (Dave Farkas, Arnaud Berthomier, John Wood) * Minor enhancements * Provide a description of the timeout error (John Wood)