summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-01-26 02:10:56 +0100
committerFlorian Frank <flori@ping.de>2011-01-26 02:14:04 +0100
commit514d791dd8602ad1d70d45a824927aafe44e838c (patch)
treeaf3bfae5698bafd8c3859b237b9cb92a4792be82 /CHANGES
parent0b15820e245f4048d1bcd29cd60693e4e211ab43 (diff)
downloadjson-514d791dd8602ad1d70d45a824927aafe44e838c.tar.gz
Support building of fat binary gemv1.5.1
This should fix issue #51 on Windows
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index fa76a97..3ee1a8b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
-2010-08-15 (1.5.0)
+2011-01-24 (1.5.1)
+ * Made rake-compiler build a fat binary gem. This should fix issue
+ https://github.com/flori/json/issues#issue/54.
+2011-01-22 (1.5.0)
* Included Java source codes for the Jruby extension made by Daniel Luz
<dev@mernen.com>.
* Output full exception message of deep_const_get to aid debugging.