Files
epics-base/documentation/new-notes/PR-599.md
Andrew Johnson 5a7b5b3709 Build RELEASE_NOTES.md from new-notes/ files
Adds new-notes files for the PRs already merged.
Future conflicts in the now-deleted RELEASE_NOTES.md file must be
turned into new-notes/PR-nnn.md files when resolving them.
2025-06-18 11:12:43 -05:00

177 B

epicsExport simplifications

epicsExportAddress(), epicsExportRegistrar() and epicsRegisterFunction() no longer require to be wrapped in extern "C" { } in C++ code.