1.2.0 (2020-02-05) * Added a report of successful asserts * Added convenience macros for common asserts * Removed TestList.h 1.1.1 (2014-06-29) * Added support for modern Xcode/iOS SDK versions 1.1.0 (2013-12-27) * TestSerializationContext and TestDeserializationContext have been moved from unittest to serialization to resolve circular dependency * printfFormats.h has been moved from unittest to utilities 1.0.0 (2013-12-25) * Changed project structure to standard stem library rather than naked source files * SUITE_FILE_LIST macro obsoleted, replaced by link-time UnitTest_suiteNameList symbol * Fixed printf format specifiers for 64-bit integers on Linux * unittest headers now reside in unittest/, rather than unittest/framework/