NEWS.md in nanoc-3.6.2 vs NEWS.md in nanoc-3.6.3
- old
+ new
@@ -1,7 +1,22 @@
# nanoc news
+## 3.6.3 (2013-04-24)
+
+Fixes:
+
+* Added support for growlnotify on Windows (#253, #267)
+* Fixed bug which caused the external links checker to ignore the query string (#279, #297)
+* Removed weird treatment of `DOCTYPE`s in the `relativize_paths` filter (#296)
+* Fixed CodeRay syntax coloring on Ruby 2.0
+* Silenced "Could not find files for the given pattern(s)" message on Windows (#298)
+* Fixed issue which could cause `output.diff` not to be generated correctly (#255, #301)
+* Let filesystem and static data sources follow symlinks (#299, #302)
+* Added compatibility with Listen 1.0 (#309)
+* Let `#passthrough` in Rules work well with the static data source (#251) [Gregory Pakosz]
+* Made timing information be more accurate (#303)
+
## 3.6.2 (2013-03-23)
Fixes:
* Removed the list of available deployers from the `deploy` help text and moved
@@ -119,11 +134,11 @@
* Made several speed improvements
* Added prune configuration to config.yaml
* Made nanoc check for presence of nanoc in Gemfile
* Made compile command not show identicals (use `--verbose` if you want them)
-* Made relativize_paths filter recognise more paths to relativize [Arnau Siches]
+* Made `relativize_paths` filter recognise more paths to relativize [Arnau Siches]
* Fixed #passthrough for items without extensions [Justin Hileman]
* Added more IO/File proxy methods to cleaning streams
## 3.4 (2012-06-09)
@@ -207,11 +222,11 @@
* Fixed bug which would cause some reps not to be compiled when invoking nanoc programmatically
* Made data source configuration location a bit more obvious
* Fixed watch command under Windows
* Made filesystem data source ignore UTF-8 BOM
-* Improved compatibility of colorize_syntax filter with older libxml versions
+* Improved compatibility of `colorize_syntax` filter with older libxml versions
## 3.2.3 (2011-10-31)
* Made syntax colorizer only strip trailing blank lines instead of all blanks
* Improved Ruby 1.9.x compatibility
@@ -219,11 +234,11 @@
* Made filename/content argument of `Nanoc3::Item#initialize` mandatory
## 3.2.2 (2011-09-04)
* Fixed command usage printing
-* Made relativize_paths filter handle Windows network paths [Ruben Verborgh]
+* Made `relativize_paths` filter handle Windows network paths [Ruben Verborgh]
* Made watcher use correct configuration
* Allowed code blocks to start with a non-language shebang line
## 3.2.1 (2011-07-27)
@@ -260,11 +275,11 @@
## 3.1.9 (2011-06-30)
* Really fixed dependency generation between Sass partials this time
* Updated Less filter to 2.0
-* Made colorize_syntax filter throw an error if pygmentize is not available
+* Made `colorize_syntax` filter throw an error if pygmentize is not available
## 3.1.8 (2011-06-25)
* Made link validator accept https: URLs
* Fixed erroneous handling of layouts with names ending in index
@@ -357,13 +372,13 @@
* Fixed 1.8.x parsing bug due to lack of parens which could cause “undefined method `to_iso8601_time` for #<String:0x…>” errors
## 3.0.8 (2010-02-24)
-* `#atom_tag_for` now works with base_urls that contain a path [Eric Sunshine]
+* `#atom_tag_for` now works with `base_url`s that contain a path [Eric Sunshine]
* Generated root URLs in `#atom_feed` now end with a slash [Eric Sunshine]
* Autocompiler now recognises requests to index files
-* `Blogging` helper now allows created_at to be a Time instance
+* `Blogging` helper now allows `created_at` to be a Time instance
## 3.0.7 (2010-01-29)
* Fixed bug which could cause layout rules not be matched in order