From 9fc17338e64bd88144e239c359dac91d179ec34d Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Fri, 29 May 2015 17:56:08 +0100 Subject: [PATCH] Remove feature limitations section --- docs/src/reference/asciidoc/introduction.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/src/reference/asciidoc/introduction.adoc b/docs/src/reference/asciidoc/introduction.adoc index 2c658d16..1b9c64d6 100644 --- a/docs/src/reference/asciidoc/introduction.adoc +++ b/docs/src/reference/asciidoc/introduction.adoc @@ -65,12 +65,3 @@ You are already trying to implement a state machine if: enum is set and then making further exceptions what to do when certain combination of your flags and enums exists or doesn't exist together. -== Feature Limitations - -A lot of features are planned for future releases thus some are not -yet implemented: - -* Regions are not fully supported and currently contains many bugs. -* Features around pseudo states are missing functionality like history - states, fork/join with regions, etc. -