NEWS.md in nanoc-4.3.0 vs NEWS.md in nanoc-4.3.1
- old
+ new
@@ -1,7 +1,15 @@
# Nanoc news
+## 4.3.1 (???)
+
+Fixes:
+
+* Fixed “outdatedness of LayoutView” error (#927, #931)
+* Fixed bug causing some checks not to appear in `nanoc check --list` (#928, #930)
+* Fixed `@item`, … not being accessible in filters defined with `Nanoc::Filter.define` (#932, #934)
+
## 4.3 (2016-08-21)
Features:
* Added `Nanoc::Filter.define`, to easily define filters (#895)
@@ -126,11 +134,11 @@
Enhancements:
* Made `#breadcrumbs_trail` explicitly fail when using full identifiers (#781, #783)
-## 4.1.0 (2015-12-18)
+## 4.1 (2015-12-18)
Fixes:
* Fixed crash when attempting to `#puts` an object that’s not a string (#778)
* Made pruner not prune away files from routes defined for custom snapshots (#779)
@@ -210,11 +218,11 @@
Enhancements:
* Lowered minimum required Ruby version from 2.2 to 2.1 (#732)
-## 4.0.0 (2015-11-07)
+## 4.0 (2015-11-07)
Enhancements:
* `#parent` and `#children` now raise an exception when used on items with a non-legacy identifier (#710)
@@ -359,11 +367,11 @@
This is a major upgrade. For details on upgrading, see the [nanoc 4 upgrade guide](http://nanoc.ws/docs/nanoc-4-upgrade-guide/).
This release provides no new features, but streamlines the API and functionality, in order to easen future development, both for features and for optimisations.
-## 3.8.0 (2015-05-04)
+## 3.8 (2015-05-04)
Features:
* Added `mixed_content` check (#542, #543) [Mike Pennisi]
* Added `commands_dirs` configuration option for specifying directories to read commands from (#475) [Gregory Pakosz]
@@ -433,10 +441,10 @@
Fixes:
* Fixed bug which would cause nanoc to crash if no Gemfile is present (#447, #449)
-## 3.7.0 (2014-06-08)
+## 3.7 (2014-06-08)
New features:
* Allowed excluding links from the internal links check (`@config[:checks][:internal_links][:exclude]`) (#242) [Remko Tronçon]
* Added Rouge syntax coloring filter (#398) [Guilherme Garnier]