NEWS.md in nanoc-4.7.10 vs NEWS.md in nanoc-4.7.11

- old
+ new

@@ -1,6 +1,17 @@ # Nanoc news +## 4.7.11 (2017-06-17) + +Fixes: + +* Made the `external_links` check always use GET, not HEAD (#1178, #1179) +* Fixed an issue where changing identifiers during preprocessing could cause a crash (#1184, #1185) + +Enhancements: + +* Added `--preprocess` to `shell` command, to load preprocessed site data (#1180) + ## 4.7.10 (2017-05-14) Fixes: * Fixed behavior of `parent_config_file` so that it merges, rather than overwrites (#1176) [Gregory Pakosz]