1.3.6: * Value: - Removed some constructors that conflict on 64-bit systems, and replaced them with static create_*() methods. (Daniel Holbach, Murray Cumming) - Added Value(const char*) constructor to stop the compiler silently using Value(bool) with string literals. (Murray Cumming)