aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-08-14 16:52:58 +0300
committerYuli Shlosberg <ys9693@att.com>2018-08-14 16:52:58 +0300
commita2705637c17beb663c47f82b03279e479ed2f8ca (patch)
tree32e25f1692c718f068ed54657489a5b86a206302 /README.md
parent9cc8dff8223e03b6a5bc5cfc2c23d31989de2c61 (diff)
Enable types validation feature
InvalidTypeError added to conf This conf addition will case to parser throw exception in case that invalid type found during parsing process Change-Id: I6497d32862e64abaeec20d30da50fff4c5964d4e Issue-ID: SDC-1646 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ce3e3fb..7eb522e 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,8 @@ to use add the folowing depandency to your POM file:
from this version the max version will no longer be checked by the parser.
2. **Operations support**: add support for parsing the Operations in the tosca models.
+## 1.4.2
-
+### Features:
+1. **enable types validation** from this version all types in CSAR will be verified, all used types should be properly declared in "base" yml files e.g. node.yml , data.yml etc.