summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlamont-granquist <lamont@scriptkiddie.org>2014-09-29 16:53:52 -0700
committerlamont-granquist <lamont@scriptkiddie.org>2014-09-29 16:53:52 -0700
commit40149734f91a2ff53409c02c69b43c10bc4e984d (patch)
tree282fa9a8137929b3b949f18ee8fa935a07584b0b
parent074dae2a6b40240cd6aa4b379e639e4cfd1623e8 (diff)
parent1707febeb51ed54f70263bfbfeea5fb260017c36 (diff)
downloadchef-40149734f91a2ff53409c02c69b43c10bc4e984d.tar.gz
Merge pull request #2128 from opscode/lcg/ruby-2.1.3-changelog
adding CHANGELOG for omnibus-chef 2.1.3 update
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fdd449f218..197d537d74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -75,6 +75,7 @@
### Chef Contributions
+* Ruby has been updated to 2.1.3 along with rubygems update to 2.4.2
* 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)