CHANGELOG.md in chef-sugar-1.3.0 vs CHANGELOG.md in chef-sugar-2.0.0
- old
+ new
@@ -1,10 +1,24 @@
Chef Sugar Changelog
=========================
This file is used to list changes made in each version of the chef-sugar cookbook and gem.
-vx.y.z (not yet released)
--------------------------
+v2.0.0 (2014-06-16)
+-------------------
+### Breaking
+- Remove `not_linux?` method
+- Remove `not_windows?` method
+
+### Improvements
+- Miscellaneous spelling fixes
+- Update a failing unit test for `installed?`
+- Add Mac OS X to the list of platforms (Yosemite)
+- Upgrade to RSpec 3
+- Fix `which` (and `installed?` and `installed_at_version?`) when given an absolute path
+- Fix `linux?` check to only return true on real linuxes
+
+v1.3.0 (2014-05-05)
+-------------------
- Check both `$stdout` and `$stderr` in `version_for`
- Add additional platform versions
- Make `includes_recipe?` a top-level API (instead of just Node)
- Match on the highest version number instead of direct equality checking on platform versions
- Define `Object#blank?` as a core extension