From 07e6e6e975beaca8c84fe7b51039546233e63760 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Thu, 7 Jun 2012 08:21:14 +0000
Subject: [PATCH] docs: added versionadded tag to state change command

---
 documentation/Reference.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/documentation/Reference.txt b/documentation/Reference.txt
index b150d959..5d0300d5 100644
--- a/documentation/Reference.txt
+++ b/documentation/Reference.txt
@@ -822,6 +822,8 @@ Statements
 As can be seen, most C statements are supported. Not supported are
 the switch/case statement and the return statement.
 
+.. versionadded:: 2.1
+
 The *state change statement* is not borrowed from C; it is only available
 in a state transition action block (i.e. after a when) and has the effect
 of immediately jumping out of the action block, overriding the statically
-- 
GitLab