summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-21 11:53:58 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-21 11:53:58 -0700
commit9b24a408c89bc69a9967c8a9c590d3efb010dfb5 (patch)
treef3d0685b0e1c038c73faeddb7c51d600f5e6f2db /RELEASE_NOTES.md
parentaa0a01d3da6f07d4a2f2cbf751e4ae47e217e306 (diff)
downloadchef-9b24a408c89bc69a9967c8a9c590d3efb010dfb5.tar.gz
[ci skip] add method_missing removal notes
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6c35ae9354..bfae0e52e5 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -117,3 +117,8 @@ This option has been unimplemented on the server side for years, so any use of i
### Remove Chef::ShellOut
This was deprecated and replaced a long time ago with mixlib-shellout and the shell_out mixin.
+
+### Remove `method_missing` from the Recipe DSL
+
+The core of chef hasn't used this to implement the Recipe DSL since 12.5.1 and its unlikely that any external code depended upon it.
+