From 81a2466b80bdde735161ec1f47169b80c45d90a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 22 Apr 2016 19:03:46 +0200 Subject: [PATCH] docs: Add some more fixes to release notes --- docs/content/meta/release-notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 39eb2af35..392bbb848 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -66,6 +66,9 @@ Hugo now has: * Add '+' as one of the valid characters in URLs specified in the front matter {{}} ### Fixes +* Fix file change watcher for TextMate 2 and friends on OS X {{}} +* Make dynamic reloading of config file reliable on all platform {{}} +* Hugo now works on Linux/arm64 {{}} * `plainIDAnchors` now defaults to `true` {{}} * Win32 and ARM builds fixed {{}} * Copy static dir files without theme's static dir {{}} @@ -77,7 +80,6 @@ Hugo now has: * Fix hugo server "Watching for changes" path display {{}} * Do not strip special characters out of URLs {{}} * Fix `RSSLink` when uglyurls are enabled {{}} -* Do not call `watchConfig` when not in watch mode {{}} * Get BaseURL from viper in server mode {{}} * Fix shortcode handling in RST {{}} * Use default sitemap configuration for homepage {{}}