summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-11-22 13:11:34 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2014-11-22 13:11:34 -0800
commit853cad7af7be2a4d1643ce5849fb13e479e574a8 (patch)
treebbcdcd6e2f037d2b7a539b24ec394408a8bf09dd /CHANGELOG.md
parentdc28c6179e124bada0d343651ed9b8e905080270 (diff)
downloadffi-yajl-853cad7af7be2a4d1643ce5849fb13e479e574a8.tar.gz
add CHANGELOG for merged fixes
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 e84f592..128c49e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,16 @@
### New features
+* [**Jason Potkanski**](https://github.com/electrawn):
+ Cygwin detection
+
### Changes
+* warn on fallback to ffi when yajl-ruby is loaded (ffi-yajl and yajl-ruby use incompatible yajl c-libs)
+* warn when we don't use the c ext on MRI or RBX (ffi is currently much slower than the c-ext)
+* fix minimum libyajl2-gem version to ~> 1.1 (ffi-yajl >= 1.2.0 with libyajl2-gem 1.0 fails on windows)
+* allow the c-ext to load on ruby 1.8.7
+
### Bugs fixed
## 1.2.0 (10/09/2014)