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-04 08:35:45 -0800
commit2e1200ddf6b08c2a9c2e5fb2dbd67a656ae7e7de (patch)
tree79dec6686cefa239a299b6afd961985e0bc3bf93
parent0bb2861228fd33fd6a4ef296a1dd223abb6dec9f (diff)
downloadchef-2e1200ddf6b08c2a9c2e5fb2dbd67a656ae7e7de.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 dd0615b080..91968e1665 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.
@@ -111,6 +110,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):