Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,10 +1,17 @@ Legend: * Changes of existing features or bugfixes + New features This file only contains the most significant changes. + +ObjFW 1.0.3 -> ObjFW 1.0.4, 2023-10-08 + * Fixes OFFile closing fd 0 when initialization fails + * Fixes -[stringByAppendingPathComponent:] on empty strings + * Fixes +[OFSystemInfo operatingSystemName] and + +[OFSystemInfo operatingSystemVersion] returning nil on some systems + * Adds a license for localizations ObjFW 1.0.2 -> ObjFW 1.0.3, 2023-09-14 * Fixes -[OFConcreteData initWithItemSize:] not setting freeWhenDone to true, which resulted in a memory leak * Fixes -[OFData initWithContentsOfIRI:] freeing the buffer in @catch instead