From b98a49159b6632f93e044d7249fda3c8a04f86ad Mon Sep 17 00:00:00 2001 From: Thibault Martin <thi.martin.pro@pm.me> Date: Fri, 20 Sep 2024 17:05:52 +0200 Subject: [PATCH] Update changelog --- Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog b/Changelog index f94504f038..478dd8edf0 100644 --- a/Changelog +++ b/Changelog @@ -18,6 +18,8 @@ Open Source Release <next-release> ############################################################################### +- Kernel [2024-09-XX] New warning category typing:implicit-int, allowing + to omit type specifiers in declarations (default is error). o! Kernel [2024-09-13] Pragma nodes in the AST have been removed - Slicing [2024-09-13] -slice-pragma is now -slice-annot - Slicing [2024-09-13] `slice pragma <elem>` is now `slice_preserve_<elem>` -- GitLab