updated the history.txt file

improve_associations
Matt Aimonetti 2009-07-27 00:17:34 -07:00
parent ac3d0a988f
commit 0958be55f7
1 changed files with 17 additions and 0 deletions

View File

@ -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