summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2015-04-30 13:37:49 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2015-04-30 13:37:49 -0700
commitea068f89f0aabcd8864777441583d3d598701b40 (patch)
tree06df14058d1d2f44753fc2373bae2fce99655442
parent869c9673c67b055dc4115223635d6bd396fc69e0 (diff)
downloadffi-yajl-ea068f89f0aabcd8864777441583d3d598701b40.tar.gz
update changelog for release
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 52f7b6c..7bdad2f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,17 @@
### Bugs fixed
+## 2.2.0 (04/30/2015)
+
+### New features
+
+* Bad UTF8 exceptions now display the invalid token
+* `validate_utf8: false` will sanitize output and produce valid UTF8-clean JSON
+
+### Changes
+
+* Ruby 1.8.7 support dropped.
+
## 2.1.0 (04/20/2015)
### New features