CHANGES in json_pure-1.4.0 vs CHANGES in json_pure-1.4.1

- old
+ new

@@ -1,4 +1,11 @@ +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. + * Extension should at least be comapatible with MRI, YARV and Rubinius. 2010-04-07 (1.2.4) * Triger const_missing callback to make Rails' dynamic class loading work. 2010-03-11 (1.2.3) * Added a State#[] method which returns an attribute's value in order to increase duck type compatibility to Hash.