summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
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: