HISTORY.markdown in couchbase-model-0.2.0 vs HISTORY.markdown in couchbase-model-0.3.0
- old
+ new
@@ -1,4 +1,13 @@
+## 0.3.0 / 2012-09-22
+
+* Implement belongs_to asscociation
+* Use ActiveModel naming and conversion
+* Define persisted? method
+* Allow optional CAS value for mutators
+* Use replace in save method. Thanks to @scalabl3
+* Add callbacks for :save, :create, :update and :delete methods
+
## 0.2.0 / 2012-09-18
* Add Rails 3 configuration possibilities, allow configuring
ensure_design_documents to disable/enable the auto view upgrade
(thanks to David Rice)