CHANGELOG.md in spout-0.13.0 vs CHANGELOG.md in spout-0.14.0.beta1
- old
+ new
@@ -1,4 +1,17 @@
+## 0.14.0
+
+### Enhancements
+- **Framework Changes**
+ - Spout data dictionaries can now specify gem dependencies using `gems.rb`
+ instead of `Gemfile`
+- **Test Changes**
+ - Improved the spout testing framework
+ - Tests are now run excusively using `spout t` command
+ - Tests no longer spawn an extra process to run
+ - Rake dependency has been removed
+ - Failing tests no longer include an unnecessary rake backtrace
+
## 0.13.0 (June 21, 2018)
### Enhancements
- **General Changes**
- Updated to ruby 2.5.1