NEWS.md in nanoc-4.1.2 vs NEWS.md in nanoc-4.1.3
- old
+ new
@@ -1,6 +1,13 @@
# Nanoc news
+## 4.1.3 (2016-01-30)
+
+Fixes:
+
+* Fixed crash in `check` command when the subject of an issue is nil (#804, #811)
+* Made stale check not ignore non-final snapshot paths (#809, #810)
+
## 4.1.2 (2016-01-16)
Fixes:
* Made @-variables (e.g. `@items`) report their frozenness properly, so that optimisations based on frozenness work once again (#795, #797)