Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -2,10 +2,16 @@ * Changes of existing features or bugfixes + New features This file only contains the most significant changes. +ObjFW 1.0.2 -> ObjFW 1.0.3, 2023-09-16 + * Fixes -[OFConcreteData initWithItemSize:] not setting freeWhenDone to true, + which resulted in a memory leak + * Fixes -[OFData initWithContentsOfIRI:] freeing the buffer in @catch instead + of @finally, which resulted in a memory leak + ObjFW 1.0.1 -> ObjFW 1.0.2, 2023-09-11 * The build system has been updated to fix building .frameworks and to build them differently for macOS and iOS ObjFW 1.0 -> ObjFW 1.0.1, 2023-09-10