NEWS.md in nanoc-4.11.5 vs NEWS.md in nanoc-4.11.6
- old
+ new
@@ -1,7 +1,20 @@
# Nanoc news
+## 4.11.6 (2019-07-06)
+
+Fixes:
+
+* Fixed crash in the `show-data` command when printing layout outdatedness (#1432)
+* Fixed crash in the `view` command when host/port is not specified
+
+Enhancements:
+
+* Added `#env_name` to `@config` (#1437)
+* Made the `external_links` checker detect more kinds of broken links (#1422) [Daniel Aleksandersen]
+* Made the `external_links` checker shuffle the list of links (#1429) [Daniel Aleksandersen]
+
## 4.11.5 (2019-04-30)
Fixes:
* Fixed an incompatibility introduced in Cri 2.15.4 (#1423, #1426)
@@ -16,9 +29,10 @@
Enhancements:
* Set a User-Agent for HTTP requests made by the `external_links` check (#1417) [Daniel Aleksandersen]
* Added `atom:link[type]` attributes (#1415) [Daniel Aleksandersen]
+* Made the `external_links` check treat permanent redirects as errors (#1419) [Daniel Aleksandersen]
## 4.11.2 (2019-02-16)
Fixes: