From 63e0a34fed26de2daf076bacb40997ba31b10853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Musia=C5=82?= <111433005+SpectraL519@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:12:09 +0100 Subject: [PATCH] added todo list for version 1.1 to change log --- change_log.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/change_log.md b/change_log.md index f0b8ec5..3a42a36 100644 --- a/change_log.md +++ b/change_log.md @@ -19,3 +19,10 @@ * Added `change_log.md` * Aligned the `.clang-format` configuration file and renamed `format/unix_like.sh` to `format/unix.sh` + +TODO: +* Split dev notes into sections and include them in table of contents +* Explicit formatting instructions in dev notes +* Explicit clang compiler flags setting in CMake +* Add `CMakeLists.txt` in project root +* Add CMake integration instructions in dev notes