Changelog
This documents notable changes in Clang.jl. The format is based on Keep a Changelog.
v0.18.0 - 2024-04-08
Added
- Doxygens
@deprecatedand@bugcommands will now be translated to!!! compatand!!! dangeradmonitions, respectively (#460, #463). - Initial support for non-field struct children (#479).
- Experimental support has been added for a few C++-isms (#432, #435).
CXFileandunique_idsupport (#424)
Changed
- Renamed the 'Parameters' docstring section to 'Arguments' (#466).
- Generated
unsafe_convert()methods now specifyRefValueinstead ofRefto avoid method ambiguities (#474).
Fixed
- Fixed compatibility with Julia 1.11 and Clang 16 (#465).
- Updated the compiler shards we use, which should fix artifact issues on Windows (#480).