diff options
author | Chris Doherty <randomcamel@users.noreply.github.com> | 2014-10-07 09:58:38 -0700 |
---|---|---|
committer | Chris Doherty <randomcamel@users.noreply.github.com> | 2014-10-07 09:58:38 -0700 |
commit | f2546f6b5c9db30c2fbdeb10a2bbb68240338349 (patch) | |
tree | 563b48477a34118ed488a5a6d0a9843af67b6833 | |
parent | cbb9ae97e2d3d90b28764fbb23cb8eab4dda4ec8 (diff) | |
download | chef-f2546f6b5c9db30c2fbdeb10a2bbb68240338349.tar.gz |
Add a line for the fix to issue 1563 (broken git shallow-clone).
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ac61daa7..48cd1d2cc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,7 @@ Improve the regex for /etc/rc.conf for the FreeBSD service provider * [**Stanislav Bogatyrev**](https://github.com/realloc): Fetch recipe_url before loading json_attribs in chef-solo (CHEF-5075) +* [**Mal Graty**](https://github.com/mal): Workaround for a breaking change in git's shallow-clone behavior. (Issue 1563) ### Chef Contributions |