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

- old
+ new

@@ -1,6 +1,18 @@ # Nanoc news +## 4.6.2 (2017-03-04) + +Fixes: + +* Fixed crash in `#binary?` (#1082, #1083, #1084) +* Fixed issue which would cause the file referenced by `#raw_path` not to exist (#1097, #1099) + +Enhancements: + +* Allowed calling `#write` multiple times in the same rule (#1037, #1085) +* Changed the `html` check to use validator.nu (#1104) + ## 4.6.1 (2017-01-29) Fixes: * Fixed table formatting in `compile --verbose` (#1074) [Hugo Peixoto]