summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-10-07 14:01:39 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-07 14:01:39 -0700
commitd713d2681aba154fc83d41b32bbdbb99c2055b61 (patch)
tree41e85ca3d6b4dfa79b63c0d31f07116b8f141a18 /CHANGELOG.md
parent31df485a023364383353dabb97f9f0609ceddde6 (diff)
downloadffi-yajl-d713d2681aba154fc83d41b32bbdbb99c2055b61.tar.gz
Cleaning up code - letting yajl do more heavy lifting for us. Also removing version change since that will occur during release.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59eb314..651c40c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
### Changes
+* Encoding Object will no longer blindly call .to_json(). It will first check if the Object supports a .to_json() method
+and if it does not it will call .to_s(). This prevents NoSuchMethod errors when not using the JSON gem.
+
### Bugs fixed
* Change Config to RbConfig for FFI-based dlopen for non-DL/non-Fiddle fallback.