NEWS.md in nanoc-4.0.1 vs NEWS.md in nanoc-4.0.2
- old
+ new
@@ -1,6 +1,18 @@
# Nanoc news
+## 4.0.2 (2015-11-30)
+
+Fixes:
+
+* Properly set required Ruby version to 2.1 in the gem specification (#747)
+* Fixed issue with CLI commands not being loaded as UTF-8 (#742)
+* Added missing `#identifier=` method to items and layouts during preprocessing (#750)
+
+Enhancements:
+
+* Let attempts to fetch an item rep by number, rather than symbol, fail with a meaningful error (#749)
+
## 4.0.1 (2015-11-28)
Fixes:
* Fixed params documentation for :rdiscount filter (#722)