summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-09-26 15:02:01 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-08 09:07:48 -0700
commit42947909cb8ce9afeb19964332433bb25b085744 (patch)
tree15790bd081a1e2f544c6996c45011a238866d66b
parent910ce4e5db3a72f00cade9f8f39fa5ba30ed777f (diff)
downloadchef-42947909cb8ce9afeb19964332433bb25b085744.tar.gz
Moving documentation to CHANGELOG since no online documentation needs to update with this
-rw-r--r--CHANGELOG.md2
-rw-r--r--DOC_CHANGES.md5
2 files changed, 2 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13ecaf592c..2f83ccc1c9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Unreleased:
+* Removed dependencies on the 'json' gem, replaced with ffi-yajl. Use Chef::JSONCompat library for parsing and printing.
+
## Last Release: 11.16.4
* Windows omnibus installer security updates for redistributed bash.exe / sh.exe
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md
index 11183db7c1..e509e38ce8 100644
--- a/DOC_CHANGES.md
+++ b/DOC_CHANGES.md
@@ -252,8 +252,3 @@ Archive reskit
EOH
end
```
-
-### 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.