diff --git a/NEWS.md b/NEWS.md index cc11fb2864..41c80b3990 100644 --- a/NEWS.md +++ b/NEWS.md @@ -27,8 +27,9 @@ For example: instead of just one with all of the passes. This is due to running with the "new" pass manager, instead of running with the legacy pass manager, as before. - - The bytecode compiler currently uses (depracated) non-opaque pointers. + - The bytecode compiler currently uses (deprecated) non-opaque pointers. Updating to all opaque pointers will be required for the next release. + See https://llvm.org/docs/OpaquePointers.html for more information. 🌌 New Requirements: - LLVM 16