summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-03-03 15:44:50 -0800
committerJay Mundrawala <jdmundrawala@gmail.com>2015-03-06 12:39:21 -0800
commita8ee012cbca04c1c80144aa040e6462d456af3b2 (patch)
tree390d44b3d7763eb35fa547d0f490afadc0d60ed9
parent95510896fdf938be5e8631b96719053805e04ec2 (diff)
downloadchef-a8ee012cbca04c1c80144aa040e6462d456af3b2.tar.gz
Update changelog to reflect 12.1.0
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9d8981982..c391cd1eb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,6 @@
* make deploy resource attributes nillable (`symlink_before_migrate nil`) works now
* mixin the LWRP attribute DSL method into Chef::Resource directly
* make all LWRP attributes nillable
-* windows service now has a configurable timeout
* `knife ssh` now has an --exit-on-error option that allows users to
fail-fast rather than moving on to the next machine.
* migrate macosx, windows, openbsd, and netbsd resources to dynamic resolution
@@ -113,6 +112,7 @@
* Add declare_resource/build_resource comments, fix faulty ||=
* Knife bootstrap creates a client and ships it to the node to implement validatorless bootstraps
* Knife bootstrap can use the client it creates to setup chef-vault items for the node
+* windows service now has a configurable timeout
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):