Skip to content

Commit

Permalink
update RELEASE_NOTES for node method_missing removal
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Mar 13, 2017
1 parent 59c6bd7 commit 122a38b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ The remediation is removing the self-dependency `depends` line in the metadata.

Retained only for the service resource (where it makes some sense) and for the mount resource.

### Removed deprecated `method_missing` access from the Chef::Node object

Previously, the syntax `node.foo.bar` could be used to mean `node["foo"]["bar"]`, but this API had sharp edges where methods collided
with the core ruby Object class (e.g. `node.class`) and where it collided with our own ability to extend the `Chef::Node` API. This
method access has been deprecated for some time, and has been removed in Chef-13.

0 comments on commit 122a38b

Please sign in to comment.