NEWS.md in nanoc-4.12.5 vs NEWS.md in nanoc-4.12.6

- old
+ new

@@ -1,6 +1,14 @@ # Nanoc news +## 4.12.6 (2022-05-28) + +Fixes: + +- Fixed a crash in `nanc view` when a TUN device is present (#1567) [Sergio Durigan Junior] +- Fixed a crash when content/ has non-writable binary files (#1576) +- Fixed inconsistency in allowed YAML classes in metadata (#1574) [Daniel Aleksandersen] + ## 4.12.5 (2022-01-22) Fixes: - Prefer YAML.safe_load over YAML.load (#1566)