CHANGELOG.md in chef-sugar-2.5.0 vs CHANGELOG.md in chef-sugar-3.0.0
- old
+ new
@@ -1,8 +1,26 @@
Chef Sugar Changelog
=========================
This file is used to list changes made in each version of the chef-sugar cookbook and gem.
+v3.0.0 (2015-03-17)
+-------------------
+### Breaking Changes
+- Drop support for Ruby 1.9 (it might still work, but it is no longer officially supported)
+
+### Improvements
+- Remove accidentially committed gem source
+- Bump development dependencies
+- Add `digitalocean?` matcher
+- Expose the `rhel` platform as `el`
+- Add `ppc64le` platform
+- Add helper for determining if architecture is SPARC
+- Add helper for determining if architecture is Intel
+- Add dynamic platform/version matchers for Solaris
+
+### Bug Fixes
+- Reset namespace_options when reaching top-level resources
+
v2.5.0 (2015-01-05)
-------------------
### Improvements
- Add `data_bag_item_for_environment` function
- Add `kvm?` matcher