From 0958be55f78a69e0650898abd55508d8aa511151 Mon Sep 17 00:00:00 2001 From: Matt Aimonetti Date: Mon, 27 Jul 2009 00:17:34 -0700 Subject: [PATCH] updated the history.txt file --- history.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/history.txt b/history.txt index 941aaba..7980257 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,20 @@ +== 0.40 + +=== Notes + + This release slightly modifies the API and if you were using a previous version of CouchRest, +you will need to make the following modifications. + + + +* Major enhancements + + * Added a new Rack logger middleware letting you log/save requests/queries (Matt Aimonetti) + +* Minor enhancements + + * Bug fix: made ExtendedDocument#all compatible with Couch 0.10 (tc) + == 0.32 * Major enhancements