History.txt in eee-c-couch_design_docs-1.0.2 vs History.txt in eee-c-couch_design_docs-1.1.0

- old
+ new

@@ -1,4 +1,18 @@ +== 1.1.0 / 2009-07-31 + +* Add the ability to upload "normal" documents in addition to design + documents. + * <tt>CouchDesignDocs::upload_dir</tt> is aliased as + <tt>CouchDesignDocs::put_dir</tt> and is DEPRECATED. + * <tt>CouchDesignDocs::put_dir</tt> now puts both design documents + and "normal" documents onto the CouchDB database. + * <tt>CouchDesignDocs::put_design_dir</tt> has been added to put + design documents + * <tt>CouchDesignDocs::put_document_dir</tt> has been added to put + "normal" documents + + == 1.0.2 / 2009-07-13 * Round out the API so that it is possible to load an entire directory into a CouchDB database.