Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,10 +1,14 @@ Legend: * Changes of existing features or bugfixes + New features This file only contains the most significant changes. + +ObjFW 1.0.7 -> ObjFW 1.0.8, 2024-01-21 + * Fixes compilation on NetBSD, OpenBSD, OpenIndiana etc. which was broken by + 1.0.7. ObjFW 1.0.6 -> ObjFW 1.0.7, 2024-01-21 * Fixes inheriting the environment in OFSubprocess. * Fixes dealloc in OFSubprocess when -[closeForWriting] was called. + Adds tests for OFSubprocess.