mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
38b1b155e3
commit
af00faf501
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue