From 9b8f830c7a3e20340fbfd8a26126e0efe78abc14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristupas=20Antanavi=C4=8Dius?= Date: Fri, 12 Jul 2024 14:01:12 +0300 Subject: [PATCH] Append tasks Signed-off-by: Daniel Fetti --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9249777..a588f19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # TODO 0.28 +### Implement: +- interface errors +- trait interfaces (callbacks are interchangeable between foreign and native) + ### Fix: +- callbacks + +### Fix tests: - TestCallbacks.cs - TestCallbacksFixture.cs - TestCustomTypes.cs