summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-08-23 10:22:23 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-08-23 10:22:23 -0700
commit4a1c6305601954f27f043582c64fe66b0c5e4f07 (patch)
tree02f3eb49381adfbe85c4e016fb03b826b6de86c4
parent99dcda5b0e05d223ff2d3c67ce946655a18ae1fb (diff)
downloadchef-4a1c6305601954f27f043582c64fe66b0c5e4f07.tar.gz
CHANGELOG.md for 1854
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53e4bfcdc0..10d664989e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,6 @@
### Community Contributions
-* Updated chef-zero to 3.0.
* [**James Belchamber**](https://github.com/JamesBelchamber):
Mount provider remount action now honours options
* [**Mark Gibbons**](https://github.com/MarkGibbons):
@@ -66,6 +65,8 @@
### Chef Contributions
+* Fixed Config[:cache_path] to use path_join()
+* Updated chef-zero to 3.0.
* knife cookbook site download/list/search/share/show/unshare now uses
supermerket.getchef.com urls
* added Chef::ResourceCollection#insert_at API to the ResourceCollection