NEWS.md in nanoc-4.3.4 vs NEWS.md in nanoc-4.3.5
- old
+ new
@@ -1,7 +1,18 @@
# Nanoc news
+## 4.3.5 (2016-10-14)
+
+Fixes:
+
+* Handle `form/@action` in `relativize_paths` filter [Lorin Werthen] (#950)
+
+Experimental features:
+
+* `profiler`: adds `--profile` option to the `compile` command to profile compilation (#903)
+* `environments`: adds support for Nanoc environments (#859)
+
## 4.3.4 (2016-10-02)
Fixes:
* Fixed compilation crash when output directory does not exist and auto-pruning is enabled (#948, #949)
@@ -633,11 +644,11 @@
Fixes:
* Updated references to old web site and old repository
* Made `require` errors mention Bundler if appropriate
-* Fixed bug which caused pruner not to delete directories in some cases [@reima]
+* Fixed bug which caused pruner not to delete directories in some cases [Matthias Reitinger]
* Made `check` command exit with the proper exit status
* Added support for the `HTML_TOC` Redcarpet renderer
* Made `stale` check honor files excluded by the pruner
## 3.5 (2013-01-27)
@@ -687,11 +698,11 @@
Fixes:
* Made passthrough rules be inserted in the right place [Gregory Pakosz]
* Fixed crashes in the progress indicator when compiling
-* Made auto-pruning honor excluded files [Greg Karékinian]
+* Made auto-pruning honor excluded files [Grégory Karékinian]
* Made lack of which/where not crash watch command
Improvements:
* Fixed constant reinitialization warnings [Damien Pollet]
@@ -931,11 +942,11 @@
* The `maruku` filter now accepts parameters
* The `rainpress` filter now accepts parameters
* The `filesystem` data source is now known as `filesystem_verbose`
* Meta files and content files are now optional
* The `filesystem_compact` and `filesystem_combined` data sources have been merged into a new `filesystem_unified` data source
-* The metadata section in `filesystem_unified` is now optional [Christopher Eppstein]
+* The metadata section in `filesystem_unified` is now optional [Chris Eppstein]
* The `--server` autocompile option is now known as `--handler`
* Assigns in filters are now available as instance variables and methods
* The `#breadcrumbs_trail` function now allows missing parents
* The `sass` filter now properly handles `@import` dependencies
@@ -1208,10 +1219,10 @@
* 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 [Soryu]
+* Sites now have an `assets` directory, whose contents are copied to the `output` directory when compiling [Stanley Rost]
* Added support for non-eRuby layouts (Markaby, Haml, Liquid, …)
* Added more filters (Markaby, Haml, Liquid, RDoc [Dmitry Bilunov])
* Improved error reporting
* Accessing page attributes using instance variables, and not through `@page`, is no longer possible
* Page attributes can now be accessed using dot notation, i.e. `@page.title` as well as `@page[:title]`