diff options
author | Matt Clay <matt@mystile.com> | 2016-11-10 17:42:49 -0800 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2016-11-11 13:15:35 -0800 |
commit | 0cde6fdacaf8f62740dcfe429ae651f7d821e54c (patch) | |
tree | 8ecdbe1b7b35367e37f6061145053baa39764357 | |
parent | fad7f1de7cd9e5d7e2de4a0aa98fcf590718f89d (diff) | |
download | ansible-0cde6fdacaf8f62740dcfe429ae651f7d821e54c.tar.gz |
Add changelog entry for `make deb` changes.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bcc7ce985..7e8927b20f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Ansible Changes By Release * Fix for include_vars only loading files with .yml, .yaml, and .json extensions. This was only supposed to apply to loading a directory of vars files. +* Updated `make deb` to use pbuilder. Use `make local_deb` for the previous non-pbuilder build. ## 2.2 "The Battle of Evermore" - 11-01-2016 |