summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2015-01-09 01:50:44 +0100
committerFlorian Frank <flori@ping.de>2015-01-09 01:51:41 +0100
commit2cf11d66f28b0e981eb24a9fc143edcbdce59e85 (patch)
treee08ff4e627b478b56510e47f75f7c08f0738db4b
parent598b7c6c3f42c5074a630a05a4070139e29f57ce (diff)
downloadjson-2cf11d66f28b0e981eb24a9fc143edcbdce59e85.tar.gz
Add to CHANGES
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6a67cfc..00b692e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+2015-01-08 (1.8.2)
+ * Some performance improvements by Vipul A M <vipulnsward@gmail.com>.
+ * Fix by Jason R. Clark <jclark@newrelic.com> to avoid mutation of
+ JSON.dump_default_options.
+ * More tests by Michael Mac-Vicar <mmacvicar@gmail.com> and fixing
+ space_before accessor in generator.
+ * Performance on Jruby improvemed by Ben Browning <bbrownin@redhat.com>.
+ * Some fixes to be compatible with the new Ruby 2.2 by Zachary Scott <e@zzak.io>
+ and SHIBATA Hiroshi <hsbt@ruby-lang.org>.
2013-05-13 (1.8.1)
* Remove Rubinius exception since transcoding should be working now.
2013-05-13 (1.8.0)