From 1a977752877d251387d5cc2da179067b6add4593 Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Sat, 29 May 2021 18:18:36 -0700 Subject: [PATCH] update todo list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d44dde..30940ae 100644 --- a/README.md +++ b/README.md @@ -93,8 +93,8 @@ TODO List: * Implement timeouts and other TODO's in the code * Implement error handling for 4xx, 5xx and other unexpected return values * Implement generic response body -> Response type handling (right now, this is hard-coded) -* Implement codegen for services with xml structures (using Smithy models) -* Implement codegen for others (using Smithy models) +* ✓ Implement codegen for services with xml structures (using Smithy models) +* ✓ Implement codegen for others (using Smithy models) * Switch to aws-c-cal upsream once PR for full static musl build support is merged (see Dockerfile) * Remove compiler 0.7.1 shims when 0.8.0 is released