diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8089e1d53..03d40c1d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,7 +54,7 @@ Scheduled to be released: May 02, 2016
## 0.0.4
-Scheduled to be released: April 04, 2016
+ Scheduled to be released: April 04, 2016
- [ ] google: Add Google Drive plugin unit test (@hedgerh)
- [ ] google: Add a working Google Drive example (without Modal, via e.g. `target: "div#on-my-page"`) (@hedgerh)
diff --git a/website/themes/uppy/layout/example.ejs b/website/themes/uppy/layout/example.ejs
index dd907be02..ee4ee1376 100644
--- a/website/themes/uppy/layout/example.ejs
+++ b/website/themes/uppy/layout/example.ejs
@@ -11,8 +11,11 @@
We're on a monthly monthly release cycle and our latest version is
v<%- theme.uppy_version %>,
- but the example pages reflect the latest work in our master branch, so here's
- what changed since v<%- theme.uppy_version %>.
+ but the example pages reflect the latest work in our master branch. Here's
+ what changed in master since v<%- theme.uppy_version %>
+ in terms of commits, while the CHANGELOG
+ provides a higher level view of this things planned for our
+ next release.