From 940fd09396efae90ba1eb36239833ced06eaa959 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 17 Nov 2022 08:42:11 +0100 Subject: [PATCH] todo: add a note for a (soon to be released) change --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index ba32a7dc1..1221a2f8b 100644 --- a/TODO +++ b/TODO @@ -12,6 +12,7 @@ DOC: * update entity doc when the storage based model is in place TODO (high prio): +* make component_traits depend on the entity type * remove the static storage from the const assure in the registry WIP: