diff --git a/releasenotes/notes/definition_templates-6c2c10bb3e6912a1.yaml b/releasenotes/notes/definition_templates-6c2c10bb3e6912a1.yaml new file mode 100644 index 000000000..cfc9faead --- /dev/null +++ b/releasenotes/notes/definition_templates-6c2c10bb3e6912a1.yaml @@ -0,0 +1,5 @@ +--- +features: + - Added the option to import external "definition only" templates + (containing only entities and relationships) into a template and use the + imported definitions to create scenarios. \ No newline at end of file diff --git a/releasenotes/notes/improve_tempest_tests-3e77197dfae4ad62.yaml b/releasenotes/notes/improve_tempest_tests-3e77197dfae4ad62.yaml new file mode 100644 index 000000000..0ae8b2899 --- /dev/null +++ b/releasenotes/notes/improve_tempest_tests-3e77197dfae4ad62.yaml @@ -0,0 +1,5 @@ +--- +features: + - Fixed multiple non-working tempest tests and added new ones, increasing + the number of running tests. + diff --git a/releasenotes/notes/template_regex-8cb58f5e4438c11a.yaml b/releasenotes/notes/template_regex-8cb58f5e4438c11a.yaml new file mode 100644 index 000000000..837df813c --- /dev/null +++ b/releasenotes/notes/template_regex-8cb58f5e4438c11a.yaml @@ -0,0 +1,3 @@ +--- +features: + - Template fields can now contain regular expressions.