summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-09-29 14:26:40 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-09-29 14:26:40 -0700
commit1707febeb51ed54f70263bfbfeea5fb260017c36 (patch)
tree8906dfad33772216cf12f46046cb44ae7d15c3f2
parent1701247f9f19a895bb81216d9799b857d466d10e (diff)
downloadchef-lcg/ruby-2.1.3-changelog.tar.gz
adding CHANGELOG for omnibus-chef 2.1.3 updatelcg/ruby-2.1.3-changelog
-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)