NEWS.md in nanoc-3.6.11 vs NEWS.md in nanoc-3.7.0

- old
+ new

@@ -1,6 +1,27 @@ # nanoc news +## 3.7.0 (2014-06-08) + +New features: + +* Allowed excluding links from the internal links check (`@config[:checks][:internal_links][:exclude]`) (#242) [Remko Tronçon] +* Added Rouge syntax coloring filter (#398) [Guilherme Garnier] +* Backported `after_setup` from nanoc 4 to make it easier to create CLI plugins (#407) [Rémi Barraquand] +* Make lib dirs configurable using `lib_dirs` config attribute (#424) [Gregory Pakosz] +* Added support for setting parent config dir using `parent_config_file` config attribute (#419) [Gregory Pakosz] + +Enhancements: + +* Added `:with_toc` support to RedCarpet (#222, #232) +* Added `slim` to the list of text extensions (#316) +* Made `content/` and `layouts/` dirs configurable (#412) [Gregory Pakosz] +* Allowed included rules files to have their own preprocess block (#420) [Gregory Pakosz] + +Fixes: + +* Fixed bug which caused temporary directories not to be removed (#440, #444) + ## 3.6.11 (2014-05-09) Identical to 3.6.10 but published with corrected release notes. This release was previously known as 3.6.10.1, but was renamed due to incompatibilities with the Semantic Versioning specification.