CHANGES.md in json_pure-2.0.1 vs CHANGES.md in json_pure-2.0.2
- old
+ new
@@ -1,7 +1,11 @@
# Changes
+## 2016-07-26 (2.0.2)
+ * Specify `required_ruby_version` for json\_pure.
+ * Fix issue #295 failure when parsing frozen strings.
+
## 2016-07-01 (2.0.1)
* Fix problem when requiring json\_pure and Parser constant was defiend top
level.
* Add `RB_GC_GUARD` to avoid possible GC problem via Pete Johns.
* Store `current_nesting` on stack by Aaron Patterson.
@@ -26,10 +30,10 @@
* 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>.
+ * Performance on Jruby improved 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.