From 8abd95ff110c9724775f822d3e5ba271528f7477 Mon Sep 17 00:00:00 2001 From: Tai Lee Date: Mon, 26 Sep 2016 16:04:52 +1000 Subject: [PATCH] Update changelog. --- docs/changelog.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index e5b6ad32..3d180943 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Next release +## 0.14.1 (26 September 2016) * ICEkit gets a facelift. Content editing now looks cleaner and easier to scan. Reordering items is animated, meaning it's easier to keep track of @@ -12,9 +12,14 @@ is useful to users who can't see them, though the `alt=` attribute is still always included in HTML. - * Fix a bug where looking for help_text in a placeholder slot that had no - manual configuration raised a 500, resulting in no layout data found + * Fix a bug where looking for `help_text` in a placeholder slot that had no + manual configuration raised a 500, resulting in no layout data found. + * Fix fatal error (typo) in `startproject.sh` script. + + * Update `.editorconfig`, and add to project template. + + * Tag Docker images during build on Travis CI for release versions. ## 0.14 (20 September 2016)