diff options
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 71161cb3da..25eae2954c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -38,4 +38,10 @@ Example: end ``` +- You can now pass multiple nodes/clients to knife node delete or knife client delete operations. + + ```bash + knife client delete client1,client2,client3 + ``` + ## Highlighted bug fixes for this release: |