diff --git a/CHANGES.md b/CHANGES.md index 7204f36d..8e53bd42 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### v1.0 + +- Skip the setting of `object_id` if it is empty (@LasseBlaauwbroek #224). + This improves interoperability with the C++ implementation. + +- Use `open_in_bin` instead of `open_in` for Windows compatibility (@MisterDA #222). + ### v0.9.0 - Add connection progress indicator (@talex5 #220).