NEWS.md in nanoc-4.11.8 vs NEWS.md in nanoc-4.11.9
- old
+ new
@@ -1,6 +1,14 @@
# Nanoc news
+## 4.11.9 (2019-08-17)
+
+Enhancements:
+
+* Allowed specifying excluded files across all checks (#1438)
+* Replace handlebars.rb with ruby-handlebars (#1443)
+* Improved dependency tracking for Sass imports (#1451, #1452) [Romain Goyet]
+
## 4.11.8 (2019-08-08)
Fixes:
* Fixed issue with `#find_all` yielding incorrect objects, causing a crash when attempting to access attributes (#1446, #1447)