CHANGELOG.md in kentouzu-0.2.0 vs CHANGELOG.md in kentouzu-0.2.1
- old
+ new
@@ -1,4 +1,8 @@
+## v0.2.1
+
+* Added `@draft` instance variable inside `safe_draft` so it's available for callbacks.
+
## v0.2.0
* Breaking changes to the way objects are serialized and deserialized.
* `has_many` associations are now serialized along with the object.
* Deprecated `drafts_on` and `drafts_off` in favor of `drafts_on!` and `drafts_off!`.