summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-02-23 10:15:42 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-02-23 10:15:42 -0800
commit2cb917555aeb0e01061711c811aa4f8f436b4790 (patch)
treeebfb51d1f24e2dabc40d971b83f39e630c47542d
parentd3080c5e41887c9f80ca7ef4bed1488f21d77603 (diff)
downloadchef-2cb917555aeb0e01061711c811aa4f8f436b4790.tar.gz
add md file
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 949c2b8bfb..7988ba2dd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
## Unreleased
+* 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
+
## 12.1.0
* [**Andre Elizondo**](https://github.com/andrewelizondo)