NEWS.md in nanoc-3.6.6 vs NEWS.md in nanoc-3.6.7
- old
+ new
@@ -1,18 +1,36 @@
# nanoc news
+## 3.6.7 (2013-12-09)
+
+Fixes:
+
+* Made Handlebars filter usable outside layouts (#346, #348)
+* Fixed ANSI color support on Windows (#352, #356)
+* Made fog deployer handle prefixes properly (#351) [Oliver Byford]
+* Fixed crash in watcher (#358)
+* Fixed huge durations when showing skipped items after compilation (#360, #364)
+* Fixed output of `--verbose` compilation statistics (#359, #365)
+* Fixed issue with Sass files not recompiling (#350, 370)
+
+Enhancements:
+
+* Fixed Windows compatibility issues in test suite (#353) [Raphael von der GrĂ¼n]
+* Hid deprecated `autocompile` and `watch` commands in help
+* Made CLI swallow broken pipe errors when piping to a process that terminates prematurely (#318, #369)
+
## 3.6.6 (2013-11-08)
Enhancements:
* Reduced number of dependencies generated by Sass filter (#306) [Gregory Pakosz]
-* Recognised lowercase `utf` in language value (e.g. `en_US.utf8`) as being UTF-8 (#335)
+* Recognised lowercase `utf` in language value (e.g. `en_US.utf8`) as being UTF-8 (#335, #338)
* Set [Thin](http://code.macournoyer.com/thin/) as the default server for `nanoc view` (#342, #345)
* Removed watcher section from the default configuration file (#343, #344)
Fixes:
-* Prevented capturing helper from erroneously compiling items twice (#337)
+* Prevented capturing helper from erroneously compiling items twice (#331, #337)
## 3.6.5 (2013-09-29)
Fixes: