NEWS.md in nanoc-4.0.2 vs NEWS.md in nanoc-4.1.0a1

- old
+ new

@@ -1,6 +1,27 @@ # Nanoc news +## 4.1.0a1 (2015-12-05) + +Features: + +* Added `postprocess` block (#726) [Garen Torikian] +* Added `#write` compilation instruction and `path` option to `#snapshot` (#753) + +Fixes: + +* Fixed crash when printing non-string object (#712) [Garen Torikian] +* Removed English text from `#link_to` helper (#736) [Lucas Vuotto] + +Enhancements: + +* Allowed excluding URLs from external links check (#686) [Yannick Ihmels] +* Added `atom` to list of text extensions (#657) [Yannick Ihmels] +* Added `#each` to `Nanoc::ConfigView` (#705) [Garen Torikian] +* Made `#attribute_to_time` handle `DateTime` (#717) [Micha Rosenbaum] +* Added `Identifier#components` (#677) +* Added `:existing` option to `#content_for` (can be `:error`, `:overwrite` and `:append`) (#744) + ## 4.0.2 (2015-11-30) Fixes: * Properly set required Ruby version to 2.1 in the gem specification (#747)