diff --git a/RELEASES.md b/RELEASES.md index 96c8afdc..46f79764 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -8,9 +8,6 @@ - If `corrosion_link_libraries()` is called on a Rust static library target, then `target_link_libraries()` is called to propagate the dependencies to C/C++ consumers. Previously a warning was emitted in this case and the arguments ignored. [#506] -- `corrosion_experimental_cbindgen()` can now be called multiple times on the same Rust target, - as long as the output header name differs. This may be useful to generate separate C and C++ - bindings. [#507] ### Fixes