summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb1f163..52f7b6c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,19 @@
### Bugs fixed
+## 2.1.0 (04/20/2015)
+
+### New features
+
+* StringIOs are now encoded to strings
+* Added `:unique_key_checking` flag to parser that will raise on repeated hash keys
+ (commonly edit mistakes in long JSON documents).
+
+### Changes
+
+* Includes its own dlopen extension
+* C extension should operation without ffi
+
## 2.0.0 (03/17/2015)
### Changes