summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-04-01 21:48:52 +0000
committerChef Versioner <chef-versioner@chef.io>2017-04-01 21:48:52 +0000
commite5770a6e3f87eac0cccc7a044f00e217ae5ddaac (patch)
tree6dbd516c4007a300585390285bf16c28c6d5f0dd /CHANGELOG.md
parent311d6263eed507dbd235b13916d4dd61adad7efe (diff)
downloadchef-e5770a6e3f87eac0cccc7a044f00e217ae5ddaac.tar.gz
Bump version of chef to 13.0.84 by Chef Versioner.v13.0.84
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b908cec35..f598c0e568 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,7 @@
This changelog reflects the current state of chef's master branch on github and may not reflect the current released version of chef, which is [![Gem Version](https://badge.fury.io/rb/chef.svg)](https://badge.fury.io/rb/chef).
-## [v13.0.82](https://github.com/chef/chef/tree/v13.0.82) (2017-03-31)
-[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.82)
+## [v13.0.83](https://github.com/chef/chef/tree/v13.0.83) (2017-03-31)
+[Full Changelog](https://github.com/chef/chef/compare/v12.19.36...v13.0.83)
**Closed issues:**
@@ -11,6 +11,10 @@ This changelog reflects the current state of chef's master branch on github and
**Merged pull requests:**
+- Chef-13: remove deprecated launchd resource hash property [\#5983](https://github.com/chef/chef/pull/5983) ([lamont-granquist](https://github.com/lamont-granquist))
+- Chef-13: remove Chef::Resource.updated= [\#5982](https://github.com/chef/chef/pull/5982) ([lamont-granquist](https://github.com/lamont-granquist))
+- Chef-13: remove more deprecated method\_missing access [\#5979](https://github.com/chef/chef/pull/5979) ([lamont-granquist](https://github.com/lamont-granquist))
+- apply knife search node fuzzifier to knife ssh [\#5977](https://github.com/chef/chef/pull/5977) ([lamont-granquist](https://github.com/lamont-granquist))
- disable building nokogiri on windows for now [\#5958](https://github.com/chef/chef/pull/5958) ([lamont-granquist](https://github.com/lamont-granquist))
- Chef-13: Make ActionClass a class [\#5952](https://github.com/chef/chef/pull/5952) ([lamont-granquist](https://github.com/lamont-granquist))
- Fix action class weirdness in Chef-13 [\#5946](https://github.com/chef/chef/pull/5946) ([lamont-granquist](https://github.com/lamont-granquist))