Update ChangeLog for 1.0.8

FossilOrigin-Name: dc20dfdc5ff62d95c184a48efa211e48b1ea0eadecac5411fb6193b401358264
This commit is contained in:
Jonathan Schleifer 2024-01-21 12:19:38 +00:00
parent 2ec0e784fa
commit 2195f14e88

View file

@ -4,6 +4,10 @@ Legend:
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.