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 {{}}