NEWS.md in nanoc-4.9.3 vs NEWS.md in nanoc-4.9.4

- old
+ new

@@ -1,7 +1,13 @@ # Nanoc news +## 4.9.4 (2018-08-19) + +Fixes: + +* Fixed an issue where compiled content of items generated in the preprocessor would not be available in the postprocessor (#1341, #1348) + ## 4.9.3 (2018-06-09) Enhancements: * Added an `:exclude` option to `relativize_paths`, to exclude certain paths from being relativized (#1340) @@ -1131,11 +1137,11 @@ Fixes: * Removed the list of available deployers from the `deploy` help text and moved them into a new `--list-deployers` option [Damien Pollet] -* Fixed warning about `__send__ `and `object_id` being redefined on Ruby +* Fixed warning about `__send__` and `object_id` being redefined on Ruby 1.8.x [Justin Hileman] Enhancements: * Added possible alternative names for the `Checks` file for consistency with @@ -1521,11 +1527,11 @@ * Required enumerator to make sure `#enum_with_index` always works * `Array#stringify_keys` now properly recurses ## 3.0.2 (2009-11-07) -* Children-only identifier patterns no longer erroneously also match parent (e.g.` /foo/*/` no longer matches `/foo/`) +* Children-only identifier patterns no longer erroneously also match parent (e.g. `/foo/*/` no longer matches `/foo/`) * The `create_site` command no longer uses those ugly HTML entities * Install message now mentions the IRC channel ## 3.0.1 (2009-10-05) @@ -1656,13 +1662,13 @@ * Greatly improved unit test suite Removed: * Several filters have been removed and replaced by newer filters: - * `eruby`: use `erb` or `erubis` instead - * `markdown`: use `bluecloth`, `rdiscount` or `maruku` instead - * `textile`: use `redcloth` instead + * `eruby`: use `erb` or `erubis` instead + * `markdown`: use `bluecloth`, `rdiscount` or `maruku` instead + * `textile`: use `redcloth` instead ## 2.0.4 (2008-05-04) * Fixed `default.rb`’s `#html_escape` * Updated Haml filter and layout processor so that @page, @pages and @config are now available as instance variables instead of local variables @@ -1737,11 +1743,11 @@ ## 1.3 (2007-06-24) * The `@pages` array now also contains uncompiled pages * Pages with `skip_output` set to true will not be outputted * Added new filters - * Textile/RedCloth - * Sass + * Textile/RedCloth + * Sass * nanoc now warns before overwriting in `create_site`, `create_page` and `create_template` (but not in compile) ## 1.2 (2007-06-05) * Sites now have an `assets` directory, whose contents are copied to the `output` directory when compiling [Stanley Rost]