diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-21 15:56:41 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2017-03-21 15:56:41 -0700 |
commit | 9455f551d88aa1e1e9715bab1497bf59d5f00e89 (patch) | |
tree | c94ffcff2c4f12c76a3d7ab61cbea5f897b9119a /RELEASE_NOTES.md | |
parent | d23db7c88801551ef92af553764d0a38cc5d75f5 (diff) | |
download | chef-9455f551d88aa1e1e9715bab1497bf59d5f00e89.tar.gz |
[ci skip] RELEASE_NOTES for simplifying DSL wiring
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bfae0e52e5..56cd9c2308 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -122,3 +122,8 @@ This was deprecated and replaced a long time ago with mixlib-shellout and the sh 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. +### Simplify Recipe DSL wiring + +Support for actions with spaces and hyphens in the action name has been dropped. Resources and property names with spaces and hyphens +most likely never worked in Chef-12. UTF-8 characters have always been supported and still are. + |