summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-01-14 15:27:20 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2015-01-14 15:27:20 -0800
commitdc87052de6e4d26e08d242ae379e261dd7b4a217 (patch)
tree660e25266efd0b02ebeb39e173a4964786a0bdf5
parentd724763623b9593f61e2df083e576d1ed8406aae (diff)
downloadchef-dc87052de6e4d26e08d242ae379e261dd7b4a217.tar.gz
add md file
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d39d0b7820..bf7c3d9dc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,7 @@
* shell_out now sets `LANGUAGE` and `LANG` to the `Chef::Config[:internal_locale]` in addition to `LC_ALL` forcing
* chef_gem supports a compile_time flag and will warn if it is not set (behavior will change in the future)
* suppress 3694 warnings on the most trivial resource cloning
+* fixed bugs in the deep_merge_cache logic introduced in 12.0.0 around `node['foo']` vs `node[:foo]` vs. `node.foo`
## 12.0.3
* [**Phil Dibowitz**](https://github.com/jaymzh):