CHANGELOG.md in acts_as_archival-0.4.0 vs CHANGELOG.md in acts_as_archival-0.4.1
- old
+ new
@@ -1,5 +1,10 @@
-#0.4.0
-* BUGFIX: when `archive`/`unarchive` fail, they now return false instead of nil
-* Rails 3.2 compatibility -- **Rails 3.0 incompatible due to ARec differences**
+# Changes!
+## 0.4.1
+* remove explicit activesupport gem'ing
+* update documentation for using plugin version with rails 3.0x
+
+## 0.4.0
+* **BUGFIX**: when `archive`/`unarchive` fail, they now return false instead of nil
+* Rails 3.2 compatibility -- **Possibly Rails 3.0 incompatible due to ARec differences**
* Gemified!
-* Major test re-organization
+* Super Duper Major test re-organization