Version 0.84:
Added C/C++ array serialization.
Updated test cases.
Version 0.83:
Fixed a bug in SharedPtr::operator=(...) when assigning a null pointer.
Fixed a bug in thread implementation for posix: detach is called in thread
destructor rather than by default on thread construction. This removes
a memory leak and allows threads to be joined.
Version 0.82:
Changed Thread<T> behavior - constructor now copies thread functor
to a heap-allocated object using copy construction. This prevents
race condition induced segmentation faults. Note: thread functors
must be copy constructable.
Version 0.81:
Fixed missing MynahSA:: namespace specification in macro
MYNAHSA_REGISTER_CONSTRUCTOR
Version 0.8:
Initial release