diff --git a/CHANGES.md b/CHANGES.md
index 719bf9a..45201bd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,5 @@
+## 0.4 / 2015-02-24
+
`##` headings now win if both supported heading types are detected when
importing a file.
diff --git a/app.jsx b/app.jsx
index e18437c..1714f50 100644
--- a/app.jsx
+++ b/app.jsx
@@ -311,7 +311,7 @@ var Ideas = React.createClass({
onChange={this._onSectionChange}
/>)}
-
+
}
})
diff --git a/screenshot.png b/screenshot.png
index 16fedda..60b476a 100644
Binary files a/screenshot.png and b/screenshot.png differ