NEWS.md in nanoc-4.0.0a1 vs NEWS.md in nanoc-4.0.0a2
- old
+ new
@@ -1,6 +1,19 @@
# nanoc news
+## 4.0.0a2 (2015-05-??)
+
+Features:
+
+* Glob patterns (opt-in by setting `pattern_syntax` to `"glob"` in the site configuration)
+* Identifiers with extensions (opt-in by setting `identifier_style` to `"full"` in the data source configuration)
+
+Enhancements:
+
+* Added several convenience methods to view classes (#570, #572)
+
+See the [nanoc 4 upgrade guide](http://nanoc.ws/docs/nanoc-4-upgrade-guide/) for details.
+
## 4.0.0a1 (2015-05-09)
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.