From ac90c91d7fcb051b725b38143ee81b9685010285 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 1 Jun 2018 11:08:31 +0200 Subject: [PATCH] changelog --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a2e1333..6e34251 100644 --- a/README.md +++ b/README.md @@ -33,5 +33,5 @@ It is based on the *all-in-config* idea, where you only have a configuration fi - [x] `varchar(min, max)` - any string with a length between `min` and `max` - [ ] `` - array containing **only** elements matching `a` type - [ ] `` - map containing **only** keys of type `a` and values of type `b` (*a or b can be ommited*) -- [ ] generic controllers implementation (shared objects) -- [ ] response interface \ No newline at end of file +- [x] generic controllers implementation (shared objects) +- [x] response interface \ No newline at end of file