From 276840610b664131d81d6b3f165f89d71eb71b96 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:31:32 +0800 Subject: [PATCH] adds a changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index b9671147f0..bc48f9f687 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,8 @@ errors. - With `-d:nimPreviewAsmSemSymbol`, backticked symbols are type checked in the `asm/emit` statements. +- `importc` no longer implies `nodecl` for imported types. Use `header` or `nodecl` pragmas so that it doesn't generate a declaration for the type symbol. + ## Standard library additions and changes [//]: # "Additions:"