diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-21 10:56:52 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-21 10:56:52 -0700 |
commit | 59b92ec7551abe61e80897199e2b010e19040246 (patch) | |
tree | 36e136b6bfc443335d8e7b7b8d5a99354cb0a091 | |
parent | 780b8e5f57733fedc71ff99286e7c68ae1a77567 (diff) | |
download | chef-59b92ec7551abe61e80897199e2b010e19040246.tar.gz |
Contribution information for https://github.com/opscode/chef/pull/2239.
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c858978b5..0ef2b62d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -128,6 +128,8 @@ Removed dead code from `knife ssh`. * [**Nicolas Szalay**](https://github.com/rottenbytes): Fixed a bug preventing mounting of cgroup type devices in the mount provider. +* [**Anshul Sharma**](https://github.com/justanshulsharma): + Fixed inconsistent globbing in `knife from file` command. ### Chef Contributions |