NEWS.md in nanoc-4.0.0b1 vs NEWS.md in nanoc-4.0.0b2
- old
+ new
@@ -1,21 +1,45 @@
# nanoc news
-## 4.0.0b1 (2015-05-??)
+## 4.0.0b2 (2015-05-23)
Changes:
+* Removed `ItemCollectionView#at` (#582)
+* Removed support for calling `ItemCollectionView#[]` with an integer (#582)
+* Renamed `identifier_style` to `identifier_type`, and made its values be `"full"` or `"legacy"` (#593)
+* Renamed `pattern_syntax` to `string_pattern_type`, and made its values be `"glob"` or `"legacy"` (#593)
+* Made `"full"` the default for `identifier_type` (#592, #594)
+* Made `"glob"` the default for `string_pattern_type` (#592)
+* Enabled auto-pruning by default for new sites (#590)
+
+Enhancements:
+
+* Added `--force` to `create-site` command (#580) [David Alexander]
+* Made default Rules file more future-proof (#591)
+
+Fixes:
+
+* Fixed `LayoutCollectionView#[]` documentation (it mentioned items)
+* Fixed `ItemCollectionView#[]` returning an array when passed a regex
+* Fixed an issue with mutable collection views’ `#delete_if` not yielding mutable views
+* Fixed an issue with collection views’ `#find_all` returning entities instead of views
+
+## 4.0.0b1 (2015-05-14)
+
+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]
+* Allowed creation of site in current directory (#549) [David Alexander]
Fixes:
* Fixed `#passthrough` for identifiers with extensions
* Fixed rendering helper for identifiers with extensions