summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-25 08:26:15 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-07 16:40:38 -0700
commite757c926990b1362f37fb1f1fa85b5f9545b469f (patch)
tree7fc802fa5d7c55722aebb3906e6994d576c71f9b
parentbd4becc6f45296f90ff2a0695ccab53fd1e57a4e (diff)
downloadchef-e757c926990b1362f37fb1f1fa85b5f9545b469f.tar.gz
Updating DOC_CHANGES
-rw-r--r--DOC_CHANGES.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index ceccb77cd0..52a0c67d15 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -521,4 +521,9 @@ end
```
Chef will then execute the Homebrew command as that user. The `homebrew_user` attribute can only be provided to the
-`homebrew_package` resource, not the `package` resource. \ No newline at end of file
+`homebrew_package` resource, not the `package` resource.
+
+### Removed dependencies on the json gem, replaced with ffi-yajl
+We should no longer require the 'json' gem for any JSON parsing, and should instead be using the Chef::JSONCompat
+library everywhere. Consumers should not see any changes, unless they relied on the transitive 'json' gem dependency.
+In this case, they should upgrade their code to take advantage of the Chef::JSONCompat library instead.