NEWS.md in nanoc-4.6.0 vs NEWS.md in nanoc-4.6.1

- old
+ new

@@ -1,9 +1,19 @@ # Nanoc news -## 4.6.0 (2017-01-22) +## 4.6.1 (2017-01-29) +Fixes: + +* Fixed table formatting in `compile --verbose` (#1074) [Hugo Peixoto] + +Enhancements: + +* Reduced memory usage (#1075, #1076, #1077, #1078) + +## 4.6 (2017-01-22) + Features: * Made `#content_for` accept a string as well as a block, to allow setting captured content outside of ERB (#1066, #1073) * Added `#raw_content=` to items and layouts during preprocessing (#1057) * Added `#snapshot?` to item rep views (#1056) @@ -37,11 +47,11 @@ Fixes: * Fixed crash when Nokogiri is not installed (#1053) -## 4.5.0 (2017-01-09) +## 4.5 (2017-01-09) Features: * Added Git deployer (#997) @@ -111,10 +121,10 @@ Enhancements: * Made `view` command use index filenames specified in the `index_filenames` site configuration attribute (#998) -## 4.4.0 (2016-11-19) +## 4.4 (2016-11-19) Features: * Added support for Nanoc environments (#859)