NEWS.md in nanoc-4.0.0a2 vs NEWS.md in nanoc-4.0.0b1
- old
+ new
@@ -1,7 +1,29 @@
# nanoc news
-## 4.0.0a2 (2015-05-??)
+## 4.0.0b1 (2015-05-??)
+
+Changes:
+
+* Removed tasks
+* Removed several private methods in the view API
+* Removed default `base_url` in tagging helper
+
+Enhancements:
+
+* Removed unused options from CLI
+* Added `Nanoc::Identifier#without_ext`
+* Made `Nanoc::Identifier#=~` work with a glob
+* Added `Nanoc::LayoutCollectionView#[]`
+* Added `--force` to `create-site` command (#549) [David Alexander]
+
+Fixes:
+
+* Fixed `#passthrough` for identifiers with extensions
+* Fixed rendering helper for identifiers with extensions
+* Fixed filtering helper
+
+## 4.0.0a2 (2015-05-12)
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)