diff --git a/CHANGELOG.md b/CHANGELOG.md index 430edd06..ee28b4c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ Features -- Updated the C API to optionally allow the GC to free memory pointed to by an Opaque object. For example: +- Updated the C API to optionally allow Cyclone's GC to free memory pointed to by an Opaque object. + + For example: my_c_obj = calloc(1, sizeof(*my_c_obj_type)); make_c_opaque(opq, my_c_obj);