NEWS.md in nanoc-4.8.4 vs NEWS.md in nanoc-4.8.5
- old
+ new
@@ -1,6 +1,13 @@
# Nanoc news
+## 4.8.5 (2017-09-07)
+
+Enhancements:
+
+* Made `nanoc check` accept hyphenated check names (e.g. `internal-links`, in addition to `internal_links`).
+* `compile --verbose` now prints “cached” rather than “identical” when cached compiled content is used. (#1214)
+
## 4.8.4 (2017-09-03)
Fixes:
* Fixed issue which caused the CLI to load the site at the wrong moment (#1211, #1212, #1213)