summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorGrant Ridder <shortdudey123@gmail.com>2016-11-30 11:29:52 -0800
committerGrant Ridder <shortdudey123@gmail.com>2016-11-30 11:37:29 -0800
commit937faa7e42c6df03b1deec0e8bbc785b7ba33e90 (patch)
tree9d1fef4c8b8587c831101807b30ec989e869f7df /RELEASE_NOTES.md
parent0a2e27001c3c678f2a0a7d354a14a4e36c6555e9 (diff)
downloadchef-937faa7e42c6df03b1deec0e8bbc785b7ba33e90.tar.gz
Alias unmount to umount for mount resource
Allows the usage of `action :unmount` to `umount` a mount point Closes https://github.com/chef/chef/issues/5595 Signed-off-by: Grant Ridder <shortdudey123@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 56191bae74..71161cb3da 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -29,4 +29,13 @@ _This file holds "in progress" release notes for the current release under devel
end
```
+- Alias `unmount` to `umount` for mount resource
+Example:
+
+ ```ruby
+ mount '/mount/tmp' do
+ action :unmount
+ end
+ ```
+
## Highlighted bug fixes for this release: