summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-10-09 18:51:11 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-10-09 18:51:11 -0700
commitd590dcd9585b5a49c9afed77215b10b837b80896 (patch)
tree11b57e42cddf2715248d2c4e47923ca10d2187f5 /CHANGELOG.md
parentd2634a2d806252ee091e9d17d8fc30ed894d850d (diff)
downloadffi-yajl-d590dcd9585b5a49c9afed77215b10b837b80896.tar.gz
CHANGELOG fixes for release
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 651c40c..e84f592 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,19 @@
### Changes
+### Bugs fixed
+
+## 1.2.0 (10/09/2014)
+
+### 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
+* C extension was broken on windows due to libyajl.so being renamed to yajl.dll which has been reverted in
+ libyajl2-gem.
* Change Config to RbConfig for FFI-based dlopen for non-DL/non-Fiddle fallback.
## 1.1.0 (08/26/2014)