From d713d2681aba154fc83d41b32bbdbb99c2055b61 Mon Sep 17 00:00:00 2001 From: tyler-ball Date: Tue, 7 Oct 2014 14:01:39 -0700 Subject: Cleaning up code - letting yajl do more heavy lifting for us. Also removing version change since that will occur during release. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.1