summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-26 16:08:35 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-26 16:08:35 -0700
commit19a8128f4c03572d779db8a6c03a42b249338860 (patch)
tree8ce6ef6f31288c379d83431303702a493a3396a7
parent223ceeafd36cae9988720e67da2b7eba9486add4 (diff)
downloadchef-19a8128f4c03572d779db8a6c03a42b249338860.tar.gz
add changelog for PR #2046
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe182840e0..fdd449f218 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -75,6 +75,9 @@
### Chef Contributions
+* Removed shelling out to erubis/ruby for syntax checks (>= 1.9 has been able
+ to do this in the ruby vm itself for awhile now and we've dropped 1.8.7 which
+ could not do this and had to shell_out)
* Report the request and response when a non-200 error code happens
* [FEATURE] Upgrade `knife upload` and `knife download` to download
**everything** in an organization, now including the organization definition