summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 13:49:34 +0900
committerGitHub <noreply@github.com>2023-03-08 13:49:34 +0900
commit071080ded7a15f44e5da285cfe3333644bee189f (patch)
tree40c3318bc75e84f1aabfa2db43bc55b9e3180f4d
parent97558653ca0732410dca0a2963d074d50e8a9117 (diff)
parentd295e732361eb091871131f00c0a2bf337c0212e (diff)
downloadjson-071080ded7a15f44e5da285cfe3333644bee189f.tar.gz
Merge pull request #520 from r7kamura/changes-1-8-6
Add missing changelog entries for 1.8.5 and 1.8.6
-rw-r--r--CHANGES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index ba66514..11e3632 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -105,6 +105,19 @@
I changed these mentions to be consistent with the Ruby license setting in
the gemspec files which were already correct now.
+## 2017-01-13 (1.8.6)
+ * Be compatible with ancient ruby 1.8 (maybe?)
+
+## 2015-09-11 (1.8.5)
+ * Be compatible with ruby 2.4.0
+ * There were still some mentions of dual GPL licensing in the source, but JSON
+ has just the Ruby license that itself includes an explicit dual-licensing
+ clause that allows covered software to be distributed under the terms of
+ the Simplified BSD License instead for all ruby versions >= 1.9.3. This is
+ however a GPL compatible license according to the Free Software Foundation.
+ I changed these mentions to be consistent with the Ruby license setting in
+ the gemspec files which were already correct now.
+
## 2015-06-01 (1.8.3)
* Fix potential memory leak, thx to nobu.