NEWS.md in nanoc-3.4.0 vs NEWS.md in nanoc-3.4.1
- old
+ new
@@ -1,6 +1,23 @@
# nanoc news
+## 3.4.1 (2012-09-22)
+
+Fixes:
+
+* Fixed auto-pruning
+* Made slim filter work with the capturing helper [Bil Bas]
+
+Improvements:
+
+* Made several speed improvements
+* Added prune configuration to config.yaml
+* Made nanoc check for presence of nanoc in Gemfile
+* Made compile command not show identicals (use `--verbose` if you want them)
+* Made relativize_paths filter recognise more paths to relativize [Arnau Siches]
+* Fixed #passthrough for items without extensions [Justin Hileman]
+* Added more IO/File proxy methods to cleaning streams
+
## 3.4 (2012-06-09)
* Improved error output and added crash log
* Renamed `debug` and `info` commands to `show-data` and `show-plugins`, respectively
* Added `show-rules` command (aka `explain`)