From 88c967f804a7840dca4b51560ec7bb883f5976e9 Mon Sep 17 00:00:00 2001
From: Magnus Hallin <mhallin@fastmail.com>
Date: Sun, 16 Oct 2016 12:47:43 +0200
Subject: [PATCH] Update 1.0 progress in README

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 1ac3e927..385deeae 100644
--- a/README.md
+++ b/README.md
@@ -129,8 +129,9 @@ as well.
     * [ ] General input value type checking and validation
 * [ ] Improve helper macros
     * [ ] `graphql_union!` helper completely missing
-    * [ ] Add support for deprecating things
-    * [ ] Custom enum values and descriptions
+    * [X] `graphql_input_object!` helper completely missing
+    * [X] Add support for deprecating things
+    * [X] Custom enum values and descriptions
     * [ ] Improved syntax for fields that can't fail resolution - make
       `FieldResult<T>` optional maybe?
 * [ ] Investigate asynchronous execution - implementing it is not necessary, but