summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2010-04-25 15:43:47 +0200
committerFlorian Frank <flori@ping.de>2010-04-25 15:43:47 +0200
commitd34d8a2195b480abae68ea427be60767793b6196 (patch)
tree26b4fb066740b31d0b05a2b65a404e4797957784 /CHANGES
parent590ac112a95dd5ce30e52fcf4db17df3a1ed6721 (diff)
downloadjson-d34d8a2195b480abae68ea427be60767793b6196.tar.gz
Fixed T_FIXNUM bug on 64bit architectures.v1.4.1
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c9842d5..e051816 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2010-04-25 (1.4.1)
+ * Fix for a bug reported by Dan DeLeo <dan@kallistec.com>, caused by T_FIXNUM
+ being different on 32bit/64bit architectures.
2010-04-23 (1.4.0)
* Major speed improvements and building with simplified
directory/file-structure.