NEWS.md in nanoc-4.1.0rc1 vs NEWS.md in nanoc-4.1.0rc2

- old
+ new

@@ -1,6 +1,16 @@ # Nanoc news +## 4.1.0rc2 (2015-12-13) + +Fixes: + +* Fixed children of the root item not having a parent (#769, #770) + +Enhancements: + +* Made `#path`, `#compiled_content` and `#reps` unavailable during pre-processing, compilation and routing, because they do not make sense in these contexts (#571, #767, #768) + ## 4.1.0rc1 (2015-12-12) Fixes: * Fixed `@item.compiled_content` in a layout raising an exception (#761, #766)