From 92e9d11a1140f4103498d14a9e1d4bee01367147 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Thu, 9 Feb 2023 21:04:10 +0800 Subject: [PATCH] - fix: preprocessors is not correctly suggested. - fix: javadoc-style docstring is not correctly suggested - enhancement: Better syntax color for asm files. --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 6a9c7837..41410e58 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,7 @@ Red Panda C++ Version 2.11 - enhancement: Support compile asm files using nasm in the project. - fix: Project parser should not parse non-c/cpp files. - enhancement: Add "assembler" tab in the project options dialog's custom compiler parameters. + - enhancement: Auto find nasm when detecting new compiler sets/adding gcc compiler sets. - fix: preprocessors is not correctly suggested. - fix: javadoc-style docstring is not correctly suggested - enhancement: Better syntax color for asm files.