CHANGELOG.md in slugbuilder-2.0.2 vs CHANGELOG.md in slugbuilder-3.0.0
- old
+ new
@@ -1,6 +1,16 @@
# Changelog
+## 3.0.0 (2017-7-12)
+
+Changed:
+
+ - Allow configuration of `STACK` environment variable. Now defaults to `heroku-16` instead of `cedar-14`. This is a potentially breaking change. [4ce8c61](../../commit/4ce8c61)
+
+Added:
+
+ - Improved error messaging from buildpacks. Rather than showing the stack trace from slugbuilder, show the data piped to stderr where the error occurred. [dbf5142](../../commit/dbf5142)
+
## 2.0.2 (2017-5-26)
Fixed:
- Move location of buildpack caching to prevent buildpacks that try to clear the entire cache directory from deleting themselves in the middle of running. [7e444e1](../../commit/7e444e1)