diff --git a/releasenotes.md b/releasenotes.md index 0bd482767..040ab9e58 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -11,7 +11,7 @@ - Output llvm/asm into llvm/ and asm/ by default. - Add flag `--suppress-run`. For commands which may run executable after building, skip the run step. #1931 - Add `--build-env` for build environment information. -- Deprecation of `operator(@construct)`. +- Deprecation of `@operator(construct)`. ### Fixes - Bug appearing when `??` was combined with boolean in some cases.