summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr7kamura <r7kamura@gmail.com>2023-03-06 05:26:16 +0900
committerr7kamura <r7kamura@gmail.com>2023-03-06 05:26:16 +0900
commitd295e732361eb091871131f00c0a2bf337c0212e (patch)
tree25288a00498ccda0f3950191e6d693adbce3c3c0
parent6447b451a805a0f2487ef881cd99c9171a767ccf (diff)
downloadjson-d295e732361eb091871131f00c0a2bf337c0212e.tar.gz
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.