CHANGELOG.md in ruby-enum-0.6.0 vs CHANGELOG.md in ruby-enum-0.7.0
- old
+ new
@@ -1,4 +1,8 @@
+### 0.7.0 (21/2/2017)
+
+* [#3](https://github.com/dblock/ruby-enum/pull/13): Adds support for sub classing an Enum - [@laertispappas](https://github.com/laertispappas).
+
### 0.6.0 (12/5/2016)
* [#12](https://github.com/dblock/ruby-enum/pull/12): A `Ruby::Enum::Errors::DuplicateKeyError` or a `Ruby::Enum::Errors::DuplciateKeyValyeError` will now be raised when duplicate keys / values are defined - [@laertispappas](https://github.com/laertispappas).
### 0.5.0 (11/20/2015)