From 498251d2551ff53843df4e974b2baeb32cc960f1 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 23 Jun 2023 09:04:59 +0200 Subject: [PATCH] README - Removed work-in-progress feature --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c36f5f8..3374ce6 100644 --- a/README.md +++ b/README.md @@ -135,5 +135,4 @@ import jstruct; There are some outstanding issues I want to be able to fix/have implemented, namely: -- [ ] Support for array serialization/deserialization - see issue #1 - [ ] Support for custom types serialization/deserialization (think `enums` for example) - see issue #2