From 1ea09b39c90a006a04cd66a313c7c3540c38b14d Mon Sep 17 00:00:00 2001 From: Alejandro Piad Date: Wed, 24 Jan 2018 23:19:09 +0100 Subject: [PATCH] Updated changelog --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8b95bb7..9a7771d 100644 --- a/Readme.md +++ b/Readme.md @@ -50,10 +50,13 @@ Contributions are highly appreciated. Just fork and submit a pull request. All c ### In the roadmap -* Support for some meta commands (e.g., list's count) * Support for some fancy operators ?? (e.g. exists, unsure about this) * Support for typed arguments +### V0.1.4 + +* Support for some meta operators for lists (`_count` and `_items`). + ### v0.1.3 * Basic implementation of `JsonObj` for JSON manipulation.