summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2016-08-23 12:01:28 -0700
committerTim Smith <tsmith@chef.io>2016-08-23 12:01:28 -0700
commite65cefa1966c282224457db91b07e93a3c0ca761 (patch)
tree3a52c05b054dfdf435c68ecb3b7fbe2bacfe89bb
parent2c7a9673eb0846762064f06e6c8afb2d1914592a (diff)
downloadmixlib-cli-e65cefa1966c282224457db91b07e93a3c0ca761.tar.gz
Update changelog to current
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ba618b..5fd90f6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
# mixlib-cli Changelog
-## UNRELEASED
+## 1.7.0
+- Support two-argument procs for reducer style
+
+## 1.6.0
+
+- Properly pass options during inheritance
- Added option key ':in' to specify that option value should be included in the given list
- Fixed ruby-warning "instance variable @{ivar} not initialized". - [Kenichi Kamiya](https://github.com/kachick)
- Documented CLI arguments. - [C Chamblin](https://github.com/chamblin)