summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.