CHANGELOG.md in mad_flatter-1.0.1.pre.beta vs CHANGELOG.md in mad_flatter-2.0.0
- old
+ new
@@ -1,6 +1,16 @@
+### 2.0.0
+* Changes
+ * Add spec coverage.
+ * Update README.md.
+* Breaking change
+ * Remove unused Module HashRetrievable.
+* Bug Fixes
+ * Fix bug that raised an error when :namespace option is not a Symbol due cut & paste error from validation routine that checked the :metadata option for validity.
+ * Fix bug when checking `MadFlatter::Service#options.namespace? an error was raised if option :namespace was not passed as an option since it is optional.
+
### 1.0.1-beta
-* changes
- * Fix bug requiring support codez in lib/mad_flatter.rb
+* Bug Fixes
+ * Fix bug requiring support codez in lib/mad_flatter.rb.
### 1.0.0-alpha
-* Initial release
+* Initial release.