history.txt in couchrest_model-1.1.0.beta2 vs history.txt in couchrest_model-1.1.0.beta3

- old
+ new

@@ -1,4 +1,16 @@ +== 1.1.0.beta3 + +* Major changes: + * Fast Dirty Tracking! Many thanks to @sobakasu (Andrew Williams) + * Default CouchRest Model type field now set to 'model' instead of 'couchrest-type'. + +* Minor enhancements: + * Adding "couchrest-hash" to Design Docs with aim to improve view update handling. + * Major changes to the way design document updates are handled internally. + * Added "auto_update_design_doc" configuration option. + * Using #descending on View object will automatically swap startkey with endkey. + == 1.1.0.beta2 * Minor enhancements: * Time handling improved in accordance with CouchRest 1.1.0. Always set to UTC. * Refinements to associations and uniqueness validation for proxy (based on issue found by Gleb Kanterov)