diff --git a/Changelog.md b/CHANGELOG.md
similarity index 93%
rename from Changelog.md
rename to CHANGELOG.md
index 9f7aca322..ab8b9859e 100644
--- a/Changelog.md
+++ b/CHANGELOG.md
@@ -7,9 +7,13 @@ This release features:
* Invite new users to a board using a email address;
* Autocompletion in the minicard editor. Start with @ to start a
board member autocompletion, or # for a label;
+* Improve the user interface on small screens so that Wekan could be used on the
+ mobile web;
* Accelerate the initial page rendering by sending the data on the intial HTTP
response instead of waiting for the DDP connection to open;
-* Support images attachments copy pasting.
+* Support images attachments copy pasting;
+* On Sandstorm, expose the Wekan grain title and URL to the Sandstorm shell;
+* Support Wekan deployment under a sub-path of a domain name.
New languages supported: Arabic, Catalan, Italian, and Russian.
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 81d05e29e..c1c2edce2 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -83,7 +83,7 @@ const pkgdef :Spk.PackageDefinition = (
],
changeLog = (
- defaultText = embed "Changelog.md",
+ defaultText = embed "CHANGELOG.md",
localizations = [
(locale = "fr", text = embed "meta/t9n-changelog/fr.md"),
],